解决
Could not resolve hostname github.com About github
出现异常
ssh: Could not resolve hostname github.com: Non-recoverable failure in name resolution
fatal: The remote end hung up unexpectedly
解决方法
ssh -T git@github.com
结果会显示
Hi XXXXXX! You’ve successfully authenticated, but GitHub does not provide shell access.
然后重新执行 git 语句就行
- 本文作者: kriss
- 本文链接: http://www.kriss.pub/2016/06/30/git-error/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!
