码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2021-04-24 13:43:19      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:config   fatal   tps   err   ssl   code   global   als   port   

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过程中遇到的问题】

标签:config   fatal   tps   err   ssl   code   global   als   port   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!