본문 바로가기

카테고리 없음

[GIT] Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 오류 해결 방법 및 mac 토큰 로컬 저장

잘만 사용하던 git  push, clone 과정에서
갑자기 Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. 메세지가 뜨면서 오류가 발생했다.

8.13일 어제부로 토큰인증으로 변경 되었다고 한다.

 

1. profile - > Settings -> Developer Setting -> Personal tokens 들어가서

generate new token -> repo 선택하고 발급받은 토큰은 저장해두어야 한다!

 

2. mac os 의 경우 키체인 접근으로 들어가서 깃헙을 검색한다.

 

 

 

 

 

 

 

 

3. 암호보기 클릭후 비밀번호를 발급받은 토큰으로 저장하면 계속해서 입력할 필요 없이 영구 저장 된다!