github ping 不通

https://ipaddress.com/website/github.global.ssl.fastly.net
地址复制到/etc/hosts里

199.232.69.194 www.github.com

提示错误

fatal: unable to access 'https://github.com/name/xxxxxx.git/': The requested URL returned error: 500

设置代理(7890为某些软件的端口号)
git config --global https.proxy "127.0.0.1:7890"
取消代理
git config --global --unset https.proxy

你可能感兴趣的:(github ping 不通)