首页 > 其他 > 详细

2021-04-23【Git连接GitHub过程中遇到的问题】

时间:2021-04-24 10:22:42      阅读:22      评论:0      收藏:0      [点我收藏+]
1 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master)
2 $ git push origin master
3 fatal: unable to access https://github.com/xxx/test.git/: OpenSSL SSL_read: Connection was reset, errno 10054
4  
5  
6 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master)
7 $ git push origin master
8 fatal: unable to access https://github.com/xxx/test.git/: Failed to connect to github.com port 443: Timed out

Git连接GitHub过程中,遇到以上问题,可以用以下两行命令解决:

1 git config --global http.sslVerify "false"
2 git config --global --unset http.proxy

 

2021-04-23【Git连接GitHub过程中遇到的问题】

原文:https://www.cnblogs.com/RubyYoung/p/14696021.html

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