随笔分类 - Github
摘要:git config --global http.https://github.com.proxy socks5://localhost:10808git config --global https.https://github.com.proxy socks5://localhost:10808
阅读全文
摘要:修改hosts 添加以下内容 (mac为例) sudo vim /etc/hosts 151.101.184.133 avatars0.githubusercontent.com 151.101.184.133 avatars1.githubusercontent.com 151.101.184.1
阅读全文
摘要:今天拉取github代码的时候提示 Failed to connect to github.com port 443: Operation timed out 解决方案(mac为例): 修改hosts文件 sudo vim /etc/hosts 输入密码后注释掉以下几行 #github #192.3
阅读全文