作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
出现错误时
致命:远端意外挂断
我可以运行哪些测试来弄清楚发生了什么?我已经创建了一个全新的 git 存储库,但它不会推送!
以下是其他 StackOverflow 问题建议的一些标准诊断:
$ ssh -T git@github.com
Hi keflavich! You've successfully authenticated, but GitHub does not provide shell access.
我已设置为使用 ssh:
$ git remote -v
origin git@github.com:keflavich/turbulence_pdfs.git (fetch)
origin git@github.com:keflavich/turbulence_pdfs.git (push)
我收到有关 X11 身份验证的警告:
$ git push -vu origin master
Pushing to git@github.com:keflavich/turbulence_pdfs.git
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Warning: No xauth data; using fake authentication data for X11 forwarding.
fatal: The remote end hung up unexpectedly
但这些都不重要。
编辑:https 也不起作用...也许这只是 github 服务中断?
error: The requested URL returned error: 403 while accessing https://github.com/keflavich/turbulence_pdfs.git/info/refs
最佳答案
原来我太仓促了,这是我现在收到的错误信息(发布后大约 5 分钟):
错误:存储服务器暂时脱机。 GitHub 系统状态见 http://status.github.com。
status.github.com 报告:
21:36 UTC 我们正在调查单个文件服务器集群的问题。在我们调查期间,少量存储库可能不可用。
关于知乎 "fatal: The remote end hung up unexpectedly",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16701942/
我是一名优秀的程序员,十分优秀!