Coding/git
Warning : templates not found in ~ 뜰 때
서머스
2020. 12. 2. 18:27
programmersought.com/article/62702788784/
warning may appear when using the sourceTree: templates not found C: \ Program Files \ Git \ share \ git-core \ templates - Prog
In the windows system zhong, Git configuration file located in C: \ Users \ \ gitconfig.. Use a text editor to open and add the following lines: [init] templatedir=C:/Program Files/Git/mingw64/share/git-core/templates Save and reboot SourceTree, th
programmersought.com
이 링크를 통해 해결했다.
user에 있는 gitconfig 파일 에서 [init] 밑에 링크 부분을 warning 문구의 링크로 바꿔주면 된다
진짜 몇시간동안 헤맨건지...😥
저 gitconfig 파일을 수정하는 방법을 몰랐던... 알고보니 그냥 메모장으로 켜면 되는 거였다.