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.
我克隆了一个公共要点并进行了一些更改。现在我有了一个新代码,以及运行代码生成的同一文件夹中的几个文件。
我想将计算机上的代码推送到我的要点 - 是否可以使用同一个 git 文件夹中的非代码文件来执行此操作?我尝试并遇到了一些致命错误
fatal: the remote hung up unexpectedly
fatal: recursion detected in die handler
问题可能是服务器已关闭或存储库损坏。然后你可以尝试:
git fsck
这个答案也可能有用:git-fatal-the-remote-end-hung-up-unexpectedly
我们遇到了一个代理问题,导致“致命:在模具处理程序中检测到递归”。当我在没有代理的情况下直接连接到我们的 git 服务器时,这个问题就消失了。