SourceTree Could not resolve host: gitee.com

Posted

tags:

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

参考技术A 问题:克隆项目时,出现 Could not resolve host: gitee.com

解决方法:
1、开始菜单 找到 GitBash
2、 使用ping指令 ping目标网站。例如 :ping gitee.com

3、 此时获取到网站的IP,在“C:\Users\Administrator\AppData\Local\Atlassian\SourceTree\git_local\etc”这个路径找到一个Hosts的文件。这个文件是只读的,需要修改下权限。
4、 将获取到的IP和域名填入到对应位置即可。例如:212.64.62.174 gitee.com

SourceTree正确配置SSH key之后仍然提示fatal: Could not read from remote repository.

参考技术A 如题,按照网上的配置SSHkey (不知道的可以百度搜索MAC Git SSH 配置)后,使用sourcetree 仍然出现如下问题:

最后总结一下, 常规配置完成后一定要执行 ssh-add id_rsa ,然后重新再试一下,妥了,下面附上完整配置SSH key流程

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

Mac IDEA Git "Could not read from remote repository"问题的解决

[SourceTree] - 使用内置 Git 克隆项目出现 templates not found 问题之解决

sourceTree git 空目录从远程仓库克隆代码出现warning: templates not found

Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac‘ Could not resolve all

Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac‘ Could not resolve all

IO 异常:The Network Adapter could not establish the connection 怎么解决