Six_Cool's 작업창고

git push error : please use a personal access 본문

프로그래밍/기타 프로그래밍 관련

git push error : please use a personal access

Six_Cool 2021. 9. 24. 18:06

간만에 git을 사용해 볼랬더니 아래와 같은 에러 메시지가 똭!!
엑세스 토큰 써야된다네.

 

검색 후 GIT 엑세스 토큰 설명 잘된 페이지 찾아서 링크함. 

엑세스토큰 생성시 권한 설정 잘보고 체크, 또는 모두 체크

에러메시지

https://blog.startsomething.dev/2021/07/06/github-public-access-token-%EC%9C%BC%EB%A1%9C-%EB%B2%88%EA%B1%B0%EB%A1%9C%EC%9A%B4-%EB%B9%84%EB%B0%80%EB%B2%88%ED%98%B8-%EC%9E%85%EB%A0%A5-%EC%83%9D%EB%9E%B5%ED%95%98%EA%B8%B0/

 

Github Public Access Token 으로 번거로운 비밀번호 입력 생략하기

Github Basic Authentication은 이제 사용하시면 안됩니다. 2020년 7월, Github는 GitHub.com을 통한 모든 git 관련 작업에서 비밀번호 인증을 더이상 허용하지 않겠다는 방침을 내렸습니다. 그래서 Github를 사용

blog.startsomething.dev

 

 

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

 

Creating a personal access token - GitHub Docs

You should create a personal access token to use in place of a password with the command line or with the API.

docs.github.com

 

https://hyeo-noo.tistory.com/184

 

[Mac] GitHub push token 오류 해결

Github 오류 7.29일 새벽 갑자기 git push가 안 되는 현상을 겪었다. 오류의 첫 줄이 무슨 말이냐면 Password 인증방식이 일시적으로 brownout(shutdown?)되었다. Password 대신에 personal access token을 사용..

hyeo-noo.tistory.com

 

Comments