问题1
解决方法
1. 在打开VPN情况下:*端口号port就是fatal中提到的*。
git config --global http.proxy 127.0.0.1:port
git config --global https.proxy 127.0.0.1:port
2. 在不打开VPN情况下:
git config --global --unset http.proxy
git config --global --unset https.proxy
问题2
此时弹出Git Gredential Manager,需要登陆Gitee账号密码。
解决方法
此时注意,登录名是Gitee-个人主页-左侧名称下面@后面的内容。