解决方法:
1.在项目文件夹的命令行窗口执行下面代码,然后再pull
取消git本身的https代理,使用自己本机的代理,如果没有的话,其实默认还是用git的
//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy
原文链接:https://blog.csdn.net/good_good_xiu/article/details/118567249
解决方法:
1.在项目文件夹的命令行窗口执行下面代码,然后再pull
取消git本身的https代理,使用自己本机的代理,如果没有的话,其实默认还是用git的
//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy
原文链接:https://blog.csdn.net/good_good_xiu/article/details/118567249
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。