1. 이메일 링크를 따라 깃헙 비밀번호를 누르고 들어가면 바로 토큰을 얻을 수 있다.
2. github >> settings >> Developer settings 에서도 해결할 수 있다.
토큰 복사 필수, 이 페이지를 벗어나면 다시 볼 수 없다.
username을 입력하고 비밀번호에 토큰 복사한 것을 입력한다.
GitHub | Authentication failed 해결과 토큰 발급 방법
🎯 상황 (Context) macOS에서 GitHub Repo를 클론해서 사용하려고 Username과 Password를 입력했는데, 다음과 같이 에러가 발생합니다. remote: Support for password authentication was removed on August 13, 2021. Please use a pers
yian.tistory.com
Github 에러 해결법: Authentication failed for ~ use a personal access token instead
Github 을 사용하다 보면 2021년 8월 이후로 git pull 을 하려 할때에 아래와 같운 에러가 발생할 때가 있다. remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
wotres.tistory.com