fatal: unable to access 'https://gitee.com/...': Could not resolve host: gitee.com

Posted 码农骆驼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: unable to access 'https://gitee.com/...': Could not resolve host: gitee.com相关的知识,希望对你有一定的参考价值。

把https模式换成ssh

用git remote -v查看使用的是https还是ssh等
$ git remote -v
> origin https://github.com/USERNAME/REPOSITORY.git (fetch)
> origin https://github.com/USERNAME/REPOSITORY.git (push)

使用git remote set-url命令将远程URL从HTTPS更改为SSH

$ git remote set-url origin git@github.com:USERNAME/REPOSITORY.git

然后进行推送等操作吧

 

转载 https://www.cnblogs.com/YLJ666/p/14075541.html

使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087;

 

使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087; No error

我今天使用git push origin master的时候,提示我fatal: unable to access ‘@github.com/XXX/XXX‘ Failed connect to github.com:8087; No error


在谷歌上查了很多办法都没有解决,有的方法是https连接模式改成ssh模式,或者是修改代理,比如:
git config --global http.proxy 192.168.1.1:8083 
但是都没有解决我的疑惑,然后我发现了一个问题,就是我根本没有使用代理,所以这样登录方式肯定会有问题。 


我通过: 
git config --global http.proxy 
查询到当前设置了代理,所以我取消这个设置: 
git config --global --unset http.proxy 
再查询,已经没有了代理,然后再push,成功了!












以上是关于fatal: unable to access 'https://gitee.com/...': Could not resolve host: gitee.com的主要内容,如果未能解决你的问题,请参考以下文章

fatal: unable to access ‘https://github.com...../‘

使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087;

fatal: unable to access 'https://xxxxx': SSL connect error

git clone 出现fatal: unable to access https://github 类错误解决方法

fatal: unable to access ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx

fatal: unable to access ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx