github personal access token 이슈
github push 명령어가 제대로 동작하지 않는 이슈, personal access token 기반으로 인증이 변경됨
이 글에서 살펴볼 내용 · 6
1. 들어가며
블로그 포스팅 이후에 git push를 했는데, 다음과 같은 에러 메세지를 받았다.
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/umanking/umanking.github.io.git/’: The requested URL returned error: 403
github documentation 문서를 살펴보니
2021년 8월 13일 이후부터는 id/password 인증 방식을 더이상 제공하지 않는다고 한다.
그래서 personal access token으로 토큰 방식의 인증을 하라고 한다.
2. 방법
2.1. personal access token 발급
personal access token 발급방식은 github 공식 문서로 대체 하겠다.
2.2. ‘키체인 접근’ 실행

정정 · 제보
정정·제보는 댓글로 남겨 주세요.