访问gitbub报错:fatal: 无法访问 ‘https://github.com/xxxxx.git/‘:Unsupported proxy syntax in ‘your_proxy_serve
fatal: 无法访问 'https://github.com/xxxxx.git/':Unsupported proxy syntax in 'your_proxy_server:port'
·
访问gitbub报错:fatal: 无法访问 'https://github.com/xxxxx.git/':Unsupported proxy syntax in 'your_proxy_server:port'
)
使用git clone进行下载,出现如下错误:
解决方案:
1.查看github配置
git config --list
2.使用如下命令,删除上来两条
git config --global --unset http.proxy
git config --global --unset https.proxy
删除成功后,即可正常clone了(还访问不了就是网络的问题了)
更多推荐
已为社区贡献1条内容
所有评论(0)