首页 > 其他 > 详细

git 提交:gnutls_handshake() failed: Error in the pull function

时间:2021-07-09 00:52:33      阅读:368      评论:0      收藏:0      [点我收藏+]

解决方式:

#取消http代理
git config --global --unset http.proxy
#取消https代理
git config --global --unset https.proxy

ko .

 

补充:》》》》》》》》》》》》》》》》》》》 

 

为git设置http代理, https代理

#http代理
git config --global http.proxy socks5://127.0.0.1:1080
#https代理
git config --global https.proxy socks5://127.0.0.1:1080

 

执行git config -l查看代理

取消http代理, 取消https代理

#取消http代理
git config --global --unset http.proxy
#取消https代理
git config --global --unset https.proxy

 



git 提交:gnutls_handshake() failed: Error in the pull function

原文:https://www.cnblogs.com/lshan/p/14987532.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!