sourcetreeでcloneした時に warning: templates not found /usr/local/git/share/git-core/templates というエラーが出る - Qiita
どうやら、データ容量が重たいとこのエラーが出るみたい。 対応方法 pcがmacの場合は sourcetreeを使わずに terminalから行う cd /Users/hoge/ git clone –-depth 1 http://hogehoge.git その後、sour...