git clone出现的拒绝连接问题

Posted Smile沛沛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone出现的拒绝连接问题相关的知识,希望对你有一定的参考价值。

报错一:Failed to connect to 127.0.0.1 port 1080: 拒绝连接

出现上述的错误是因为使用了proxy代理,所以要解决该问题,核心操作就是要取消代理

查看有没有使用代理

git config --global http.proxy

取消代理设置

git config --global --unset http.proxy

解决

报错二:SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

查看是否设置了[http]和[https]选项
如果代理设置错误了的话,使用下面语句移除代理

git config --global --unset http.proxy
git config --global --unset https.proxy

以上是关于git clone出现的拒绝连接问题的主要内容,如果未能解决你的问题,请参考以下文章

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

Git学习之常见错误 clone被拒绝

ubuntu下git clone 出现Permission denied (publickey).

git clone 有效; git子模块失败“权限被拒绝”

Ansible git clone github 权限被拒绝(公钥)