LoginSignup
10
4

More than 3 years have passed since last update.

sourcetreeでcloneした時に warning: templates not found /usr/local/git/share/git-core/templates というエラーが出る

Last updated at Posted at 2019-05-13

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

10
4
2

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
10
4