Skip to content
Inspire - Capo Productions

常见问题

1 ssh: Could not resolve hostname github.com: No address associated with hostname

解决方法:

  1. 查询 github.com 对应的 IP 地址

    Preview
  2. 根据查询到的 IP 地址,修改 C:\Windows\System32\drivers\etc\hosts 文件

    Preview

修改 hosts 文件时提示:“没有权限,请与管理员联系以获得相应权限”怎么办:

  1. 按下 Win + X(或者右键左下角开始图标) → 选择“终端管理员”

  2. 输入命令来打开记事本编辑 hosts

notepad C:\Windows\System32\drivers\etc\hosts
  1. 修改保存即可。