ssh:无法解析主机名github.com

时间:2020-06-22 19:50:17

标签: node.js git nginx github

您好,当我尝试从远程存储库github中拉出时出现此错误

youssef@alyAppTest:~/alyBackend$ git pull origin master
ssh: Could not resolve hostname github.com: No address associated with hostname
fatal: Could not read from remote repository.

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

我不知道为什么,几分钟前它运行良好。

当我运行git remote -v时,它仍然指向正确的存储库

还要签入下面看来似乎正确的文件..git/config


[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = git@github.com:{USERNAME}/{REPOS}.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master

我最近对服务器所做的事情: 我确实使用了很多pull and push命令,这些命令的数量是否有限制?

我也确实在服务器上安装了nginx,这可能会产生影响

1 个答案:

答案 0 :(得分:3)

我有同样的问题。 Github状态页显示他们当前有问题:https://www.githubstatus.com/

编辑: 状态页面已更新

更新-我们的名称服务器的更新已回滚。我们正在监控恢复情况。 世界标准时间6月22日20:00