问题:克隆项目时,出现 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