使用 gitee Could not resolve host: gitee.com

问题

使用git拉去远程仓库的文件(代码) 出现了 Could not resolve host: gitee.com

解决措施:

**1. cmd -> 打开命令行 -> 输入: ipconfig -> 找到当前使用的ipv4 (也就是IP地址)
2. ping一下IP地址 (ping 192.168.1.110)
3. 如果正常,请修改git安装目录中 (xxx/git/etc/hosts) 的hosts主机文件
4. 添加信息如: 192.168.1.117 gitee.com

  1. 如果是github,请换成:192.168.1.117 github.com**

你可能感兴趣的:(git)