https://dev.classmethod.jp/articles/resolving-github-token-authentication-errors/
GitHub 토큰 인증 에러 해결 remote: Support for password authentication was removed. Please use a personal access token i
git push 명령어를 입력할 때 나오는 토큰 인증 에러를 해결하는 방법에 대해서 정리해 봤습니다.
dev.classmethod.jp
push하면 vs코드에서 password 입력창이 상단에 뜨고 깃허브 비밀번호를 입력해도 제목과 같은 오류가 발생한다.
token 재발급해서 password에 token값을 입력하면 해결된다. 위 링크를 통해 보고 해결했다.
'개발공부 > Errors' 카테고리의 다른 글
Cors에러_미들웨어 코드 위치 문제 (2) | 2024.06.04 |
---|---|
[ 미해결, 진행중 ] Typescript, React에서 tailwind 사용시, Unexpected character '@' (0) | 2024.05.04 |
[VS CODE - copliot 오류] Troubleshooting keychain issues , password ~~ (0) | 2024.03.14 |
[깃허브 push 안될 때] The requested URL returned error: 403 (0) | 2024.03.14 |
깃허브 push/pull Error - refusing to merge unrelated histories (0) | 2023.12.08 |