码迷,mamicode.com
首页 > 其他好文 > 详细

github网络错误处理

时间:2020-07-14 13:37:21      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:hostname   rom   lease   nod   pre   resolve   not   lang   res   

github网络错误处理

[root@node10 kodoe]# git pull origin:dev
ssh: Could not resolve hostname origin: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
  1. 测试和github的连通性

    返回当前ssh-key在github上对应的用户

    ssh -T git@github.com
    Hi PoplarYang! You‘ve successfully authenticated, but GitHub does not provide shell access.
    
  2. 如果1返回的是Connection timed out

    ssh -T git@github.com
    ssh: connect to host github.com port 22: Connection timed out
    

    有可能DNS被污染,需要找到正确的解析。

    13.250.177.223  github.com
    

github网络错误处理

标签:hostname   rom   lease   nod   pre   resolve   not   lang   res   

原文地址:https://www.cnblogs.com/hiyang/p/13298299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!