2021-04-23【Git连接GitHub过程中遇到的问题】
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
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步