unable to access 'https://github
2021-04-01 本文已影响0人
钢镚koala
解决办法:打开终端,执行命令
git config --global --unset http.proxy
git config --global --unset https.proxy
再执行git clone ...
如果还不行,换下面这个:(方法二)
git config --global --add remote.origin.proxy “”