我刚为我的windows机器设置了带位桶的git。
Git pull正常工作,git push失败时出现以下错误。
$ git push
Counting objects: 10, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 174.03 KiB | 0 bytes/s, done.
Total 10 (delta 6), reused 0 (delta 0)
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
任何帮助都很有用。
由于
答案 0 :(得分:14)
将Git缓冲区的大小增加到存储库的最大单个文件大小:
git config --global http.postBuffer 157286400
答案 1 :(得分:1)
我仔细观察了一下,对我来说是一个no space left on device
错误...我的服务器硬盘驱动器没有空间可以写入任何文件!