에러노트

항해99 실전프로젝트 ('credential-manager')

wonderson 2022. 7. 12. 07:32
반응형

에러메시지
git: 'credential-manager' is not a git command. See 'git --help'.

첫번째 해결 (링크 있었는데 없어짐)
https://asv.kr/wiki/SourceTree
두번째 해결
https://github.com/devSoyoung/STUDY/issues/45

 

--깃배쉬에 입력함
user@DESKTOP-755N67K MINGW64 ~/AppData/Local/Atlassian/SourceTree/git_local/mingw32/bin
$ ./git.exe config --edit --system

user@DESKTOP-755N67K MINGW64 ~/AppData/Local/Atlassian/SourceTree/git_local/mingw32/bin
$ git config --global credential.helper wincred

반응형