git clone出现错误 fatal: unable to access ‘https://github.com/...‘的解决办法

如下图所示,当我克隆github上面的项目时,会发生这样的错误
在这里插入图片描述
解决方法:
1.查看git配置

git config --global -l

2.检查环境变量

env|grep -i proxy  

如图所示:
git clone出现错误 fatal: unable to access ‘https://github.com/...‘的解决办法_第1张图片

你可能感兴趣的:(Git,git)