どうやら、データ容量が重たいとこのエラーが出るみたい。
対応方法
pcがmacの場合は
sourcetreeを使わずに
terminalから行う
cd /Users/hoge/
git clone –-depth 1 http://hogehoge.git
その後、sourcetreeと連携する
git fetch --depth 5
どうやら、データ容量が重たいとこのエラーが出るみたい。
対応方法
pcがmacの場合は
sourcetreeを使わずに
terminalから行う
cd /Users/hoge/
git clone –-depth 1 http://hogehoge.git
その後、sourcetreeと連携する
git fetch --depth 5
Comments