LoginSignup
2
6

More than 5 years have passed since last update.

https接続でpushしたときのRPC failedエラーの対処法

Posted at

https接続でプッシュしたときに

エラー
RPC failed; curl 55 Send failure: Connection was aborted

といった感じのエラーが出て、プッシュできなかった。その対処法をメモする。

実行環境

・Windows 10
・SourceTree 1.9.6.1を使用
・gitlabを使用

対処法

ココを参考にした
https経由でgit cloneしたら「error: RPC failed; result=18, HTTP code = 200iB」的な怒られ方をした時の話

SourceTreeの画面の右上にあるターミナルをクリックして、コマンドラインを出す。
そして、参考リンク通りに

コマンド
git config --global http.postBuffer 524288000

を入力すれば解決した。

2
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
6