且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Mac上安装自制软件时出错(卷曲:(6)无法解析主机:raw.githubusercontent.com)

更新时间:2022-02-26 08:54:17

如果您碰巧是代理服务器的代理,则可能需要出路才能退出

If you happen to be behind a proxy, You might need a way out, to exit

export http_proxy=http://YOURPROXY:PORT export ALL_PROXY=$http_proxy

对于其他一些用户,有时也可以将其github https和https-proxy设置为默认设置.

For some other users, setting back their github https and https-proxy to default works sometimes as well.

git config --global --unset http.proxy
git config --global --unset https.proxy