git pushで「error: RPC failed; result=55, HTTP code = 0」
git push
したら、件名のエラーが発生してpushできませんでした。ググったところ、以下のページに記載されている対応で治りました。
git push is failed due to RPC failure (result=56)
対応方法は、以下のコマンドを実行します。
# git config http.postBuffer 524288000
git push
したら、件名のエラーが発生してpushできませんでした。ググったところ、以下のページに記載されている対応で治りました。
git push is failed due to RPC failure (result=56)
対応方法は、以下のコマンドを実行します。
# git config http.postBuffer 524288000