CODE

Github 토큰 인증키 생성하기

Github 토큰 인증키 생성하기

비밀 번호 인증 지원이 되지 않는다는 오류를 만났을 때 토큰 인증키를 생성하여 해결할 수 있습니다.

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: Authentication failed for ‘https://github.com/saichoi/Springboot-Mustache.git/’

1.  Github에 접속한다.
github
2. 프로필에서 settings를 선택한다.
3. 왼쪽 메뉴에서 Developer settings를 선택한다.
4. 왼쪽 메뉴에서 Personal access tokens를 선택한다.
5. Generate new token을 선택한다.

6. note에 토큰명을 기입하고 repo를 체크하고 초록색 Generate token 버튼을 클릭한다.

Expiration을 No expiration으로 체크하면 매번 토큰키를 생성하는 번거로움을 줄일 수 있다.

7. 인증키가 발급되는 것을 확인하고 복사하여 사용한다.

최신글