解决fatal: unable to connect to github.com
生活随笔
收集整理的這篇文章主要介紹了
解决fatal: unable to connect to github.com
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決fatal: unable to connect to github.com及其后問題
命令:git clone git://github.com/xxxx
錯誤信息:
fatal: unable to connect to github.com:
github.com[0: 你的IP]: errno=Operation timed out
原因:
需要用https才能讀到數據
解決方法:輸入命令
如果再次git clone出現報錯:
fatal: unable to access ‘https://github.com/robbyrussell/oh-my-zsh.git/’: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
輸入命令:
git config --global --unset http.proxy git config --global --unset https.proxy總結
以上是生活随笔為你收集整理的解决fatal: unable to connect to github.com的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: springboot整合postgres
- 下一篇: 实现京东商城地址选择效果(效果还挺一致的