Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚提交并推送到 Github,一切正常。然后我做了另一个更改,添加、提交并尝试推送。这次我得到
致命:远端意外挂断
我想可能是我刚刚添加的文件的大小 - 2.6Megs。所以我做了
git config http.postBuffer 524288000
还是不行。
ssh -T git@github.com
告诉我我已通过身份验证。
这就是我对 git 知识的了解程度,而且它似乎过于笼统,无法从 Google 中获得太多的错误信息。有任何想法吗?
目前 GitHub 的 SSH 访问存在问题,因此请稍等一段时间,直到他们修复它。编辑:现在应该修复。
16:13 UTC:调查一对文件服务器上的 SSH 访问问题 16:26 UTC:一切正常。
16:13 UTC:调查一对文件服务器上的 SSH 访问问题
16:26 UTC:一切正常。
GitHub 状态。