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 파일을 수정하는 방법을 몰랐던... 알고보니 그냥 메모장으로 켜면 되는 거였다.
'Coding > git' 카테고리의 다른 글
[팀 개발을 위한 Git, GitHub 시작하기] - Ch 0. 빠른 실습으로 Git, Github 감 익히기 (0) | 2023.08.20 |
---|---|
작년과 올해, 깃 변화 (0) | 2021.12.31 |
방학동안 1일 1커밋 해봤다 (0) | 2021.09.11 |
git pull 할 때 Your local changes to the following files would be overwritten by merge 오류 (0) | 2021.05.03 |
git push할때 Permission ... 오류 (0) | 2021.01.06 |