git clone 报错

Posted 名白

tags:

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

1,问题

Cloning into ‘project-name‘...
ssh: Could not resolve hostname gerrit.firewinggames.com: nodename nor servname provided, or not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

大概意思就是无法访问对应URL上的代码仓库
不能解析对应的代理服务器,不是节点名称错误就是服务器名称错误

2,解决

下边报错说是让确定是否拥有权限,有误导性,看上边的错误信息能发现原因其实是 不能解析主机。所以应该检查路径,不行就查DNS。

我查了一些网上的答案发现都没有用,最后发现自己改了本地DNS,所以如果你也查无良策,检查路径后看下DNS吧。

以上是关于git clone 报错的主要内容,如果未能解决你的问题,请参考以下文章

Git 之 解决git clone报错(Failed to connect to xxxxxx port 80: Timed out) 以及 git 的相关常用配置

git commit报错报错信息:type may not be empty [type-empty] subject may not be empty [subject-empty]

git commit报错报错信息:type may not be empty [type-empty] subject may not be empty [subject-empty]

idea从git上clone项目报错

git clone 报错

在git clone报错