git clone 显示 unable to access ‘https://github.com/ /‘: Failed to connect to github.com,设置系统代理也不行,则设置git代理:
git config --global http.proxy http://127.0.0.1:7890
如何取消代理:
git config --global --unset http.proxy
git config --global --unset https.proxy