소프트웨어

[GitHub] git Personal access token 갱신하기

TaeGyeong Lee 2023. 6. 18. 15:34

21년 부터 github을 원격으로 통제하기 위해서는 github 계정의 비밀번호가 아닌 Personal access token이 필요합니다.

remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.

 

토큰 발급

내 프로필 -> Settings -> Developer Settings -> Personal access token -> Tokens (class) -> Generate New Token -> 권한을 얻고자 하는 항목 체크 후 생성 -> 토큰 값을 복사

 

다시 시도

발급받은 토큰을 비밀번호 요청 시 붙여넣어 사용