git clone报错:The requested URL returned error: 502

[问题描述和现象]
git clone时报如下错误:

fatal: unbale to access `....` : The requested URL returned error: 502

[原因分析]
需要去掉代理下载代码
[解决方案]

~$: unset http_proxy
~$: unset https_proxy

你可能感兴趣的:(GIT使用)