環境 Windows 7 。
git push 時出現錯誤,無法提交代碼到遠程倉庫。
Counting objects: 14, done. Delta compression using up to 4 threads. Compressing objects: 100% (12/12), done. Writing objects: 100% (14/14), 1.87 KiB | 1.87 MiB/s, done. Total 14 (delta 7), reused 0 (delta 0) error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 113 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date
網上找到的解決方法均無效。
雖然不知道是什么原因(可能是緩存?),但是在任務管理器中結束進程 git-credential-cache--daemon.exe ,重新提交就好了。