https://ipaddress.com/website/github.global.ssl.fastly.net
地址復(fù)制到/etc/hosts里
如
199.232.69.194 www.github.com
提示錯(cuò)誤
fatal: unable to access 'https://github.com/name/xxxxxx.git/': The requested URL returned error: 500
設(shè)置代理(7890為某些軟件的端口號(hào))
git config --global https.proxy "127.0.0.1:7890"
取消代理
git config --global --unset https.proxy