OS/LINUX
windows git remote: Invalid username or password 이슈
卽興詩人
2020. 2. 25. 14:22
기존에 git 을 사용하는데 pw 가 바뀌었을대
git 작업을 하면 인증에러가 발생한다.
그럴땐 cmd 창을 관리자모드로 열어서
git config --system --unset credential.helper
git config --global --unset credential.helper
를 치거나 안된다면
C:\Program Files\Git\mingw64\etc/gitconfig 삭제 > 다시 작업을 진행하여
바뀐 패스워드로 로그인한다