看了很多大佬的文章,都是:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
注意,这里的意思是把git设置使用本地使用的代理端口,后来我看了下我的代理端口是7890,于是我把1080改为7980,问题彻底解决
看了很多大佬的文章,都是:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
注意,这里的意思是把git设置使用本地使用的代理端口,后来我看了下我的代理端口是7890,于是我把1080改为7980,问题彻底解决