web-dev-qa-db-ja.com

Gitプッシュが失敗するHTTP 500 curl 22要求されたURLがエラーを返しました:500内部サーバーエラー

私はちょうど私のWindowsマシンのビットバケットでgitを設定しました。

Gitプルは正しく機能しますが、Gitプッシュは以下のエラーで失敗します。

$ 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

どんな助けも大いに役立ちます。

ありがとう

12
Inayathulla

Gitバッファーサイズを、リポジトリの個々の最大ファイルサイズに増やします。

git config --global http.postBuffer 157286400
22
Praveen Govind

私はよく見て、私にとってはno space left on deviceエラー...サーバーのハードドライブにファイルを書き込むスペースがありません!

1
538ROMEO