木瓜蛋白酶Tea🎋 (@Papain233) 在 Gemini CLi 无法登录的解决方案 中发帖
如果卡在这里:
[image]
或者
[image]
可能是没有代理终端,可以尝试在终端( windows CMD)中输入:
set https_proxy=http://127.0.0.1:7890
set http_proxy=http://127.0.0.1:7890
set all_proxy=socks5://127.0.0.1:7890
或在终端(Linux/MacOS)中输入:
export https_proxy=http://127.0.0.1:7890
http_proxy=http://127.0.0.1:7890
all_proxy=socks5://127.0.0.1:7890
成功~
[image]