본문 바로가기
GITHUB

[GITHUB] 로컬에서 token 인증

by 햄과함께 2022. 4. 14.
320x100

 

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월 13일부터 암호 인증 지원이 중단되었다.

대신 accessToken을 발급받아야 한다.

깃허브 사이트에서 우측 상단 Settings

좌측하단에 Developer settings 

Persional access token > Generate new token.

필요한 권한을 체크한 후 토큰 생성.

 

이제 다시 로컬에서 git 명령어를 입력했을 때 Username을 적은 후 Password 입력하라고 했을 때 발급받은 access token 을 비밀번호 대신 입력하면 인증할 수 있다.

320x100

댓글