오늘 챌린지 프로젝트를 위해 git을 사용하던 중 아래와 같은 문제가 발생하였다.
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.
fatal: unable to access 'https://github.com/레포지토리 주소': The requested URL returned error: 403
2021년 8월 13일부터 비밀번호 인증을 지원하지 않는다고 한다. 그래서 접근 토큰을 사용하라고 한다.
나는 첫번째 항목만 체크하였다.
문제가 바로 해결됐다!!