본문 바로가기


프로젝트 하면서/git

[ERR] Authentication failed

by worldforest 2022. 3. 17.

Username for 'https://github.com': 

Password for 'https://worldforest@github.com': 

 

오랜만에 개발을 시작하는 김에 git 연동해서 관리하려는데 push가 안 된다.

정확히는 username이랑 password를 입력했는데 에러가 발생한다.

비번이 틀린 건가 했지만 아니었다.

 

에러내용을 다시 읽어보니까 password로 인증하는 대신 token으로 접속하는 것으로 변경되었나보다 2021년 08월 13일 부터

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

 

1. Settings

2. Developer settings - Personal access tokens - Generate new token

 

3. Generate token - token 복사해두기

 

 

드디어 성공

 

반응형

댓글