下記の場合の回避策を紹介します。
リモートレポジトリの登録をHTTPではなくSSHで行う。設定方法は Set up an SSH key をご参照ください。SourceTreeを利用していてもSSHの指定は可能です。
GitはHTTPでは標準で1MBしか扱えないため http.postBuffer を次の通り変更してください。
git config http.postBuffer 524288000
参考情報ですが、一部 Mac で OpenSSL をインストール後にインストールし直す必要があるようです。
https://gist.github.com/entropiae/a899d8a78dc8a38f505e
もし SourceTree for Mac をクライアントに利用していて、設定で "System Git" へ変更している場合は次のいずれかをお試しください。
K. Yamamoto
Technical Support Engineer
Atlassian, K.K.
Yokohama, Japan
10 accepted answers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
0 comments