본문 바로가기
IT/git

Git - remote: Invalid username or password

by 내일은교양왕 2023. 7. 6.

해결방법 1

git config --global --unset user.password

 

해결방법2

토큰 생성

https://github.com/settings/tokens/new

 

터미널에서 PUSH 및 Pull 실행 시 로그인하라는 얼럿이 노출됨.

패스워드로 해당 토큰을 복붙해주면 해결.

 

'IT > git' 카테고리의 다른 글

[git] Merge, Squash and Merge, Rebase and Merge  (0) 2024.08.14
[git] .env file 무시 설정 반영되지 않을 때  (2) 2024.03.31
GIT - Revert  (0) 2023.06.19
GIT - pull 에러 잡기  (0) 2023.06.18
GIT - pull, push, clone이 명령어로 안될 때  (0) 2023.06.13