Github - Support for password authentication was remove.. 오류

Hyunjun Jang·2021년 11월 18일
0
post-custom-banner

Push 시 인증 처리 오류 발생

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

2021년 8월 13일 이후로 패스워드 인증이 제거가 되었다고 한다.

인증처리 관련해서 내용을 찾아보니 인증 방법으로는 개인 액세스 토큰 발급, SSH 인증 처리가 있다고함. 제일 간단한 방법으로 액세스 토큰 생성해서 인증 처리를 하여 오류를 해결 했다.

해결방법

Github Creating a personal access token 문서를 참고해서 오류를 해결했다.

비밀번호를 대체 할수 있는 액세스 토큰 생성하고 적용하는 방법이 자세하게 설명되어 있으며, 주의할점은 토큰에 대한 범위 및 권한을 설정을 해야 된다는점이 있다.

문서의 내용대로 토큰을 생성해서 생성한 토큰을 Password 입력창에 입력하면 된다.

$ git clone https://github.com/username/repo.git
Username: your_username
Password: your_token
profile
Let's grow together😊
post-custom-banner

0개의 댓글