Windows Git推送失败HTTP 500请求的URL返回错误:500内部服务器错误

Windows Git推送失败HTTP 500请求的URL返回错误:500内部服务器错误,windows,git,bitbucket,git-push,Windows,Git,Bitbucket,Git Push,我刚刚为我的windows机器安装了git和bit bucket 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.

我刚刚为我的windows机器安装了git和bit bucket

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
任何帮助都是非常有用的


谢谢

将Git缓冲区大小增加到您的回购的最大单个文件大小:

git config --global http.postBuffer 157286400

这发生在我身上,因为我在设备上出现了一个
没有剩余空间的错误,
我的服务器硬盘已满,无法写入任何文件

看一看,也许会有帮助。HTTP 500是一个服务器端错误,但它不起作用。您使用的是Bitbucket云(托管在Bitbucket.org上)还是Bitbucket服务器(自托管)?这是Bitbucket云。此外,它还与其他队友合作。我也交叉验证了用户名。我怀疑配置文件出了问题我在SourceTree中遇到了OP问题,这个答案为我解决了。我尝试在windows凭据存储中更改git密码,但没有成功,问题实际上是增加了缓冲区大小。谢谢!哇!这对我也有帮助!!回答得真好!多谢了,你是怎么解决的?我不得不向我的服务器提供商XD购买硬盘空间,但如果你有权访问工作的cli,我想你可以删除linux缓存和临时文件