[Errors] remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.

2021. 8. 16. 00:22Errors

반응형

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

remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.

 

 

이 글의 에러는, aws ec2 기준으로 쓴 겁니다.

 

2021년 8월 13일 부로 비밀번호 대신 토큰으로 github를 쓰는걸로 바꼈다고 합니다.(?)

 

아무튼 저는

 

https://firstquarter.tistory.com/entry/Git-%ED%86%A0%ED%81%B0-%EC%9D%B8%EC%A6%9D-%EB%A1%9C%EA%B7%B8%EC%9D%B8-remote-Support-for-password-authentication-was-removed-on-August-13-2021-Please-use-a-personal-access-token-instead

 

[Git] 토큰 인증 로그인 - remote: Support for password authentication was removed on August 13, 2021. Please use a persona

8월 13일 부로 push, clone, pull 시 비밀번호 대신 토큰을 사용하게 변경됨. Personal access token 이용 로그인 방법 정리. 1. https://github.com/ 접속 + 로그인 2. 우측 상단 Profile 클릭 후 Settings 클릭..

firstquarter.tistory.com

 

이 블로그를 참고 하였습니다. 

 

그런데 위 블로그는 토큰을 만들고 나서 어디에 써야 하는지에 대해서는 나오지는 않아서 좀 헤맸는데,....

 

git clone <repo url>

하고 나면 이메일과 비밀번호를 쓰라고 나옵니다.

이메일은 그대로 쓰시면 되고, 비밀번호는 원래 비밀번호가 아니라, 위 블로그에서 발급 받은 토큰을 비밀번호로 입력 하시면 됩니다.

반응형