본문 바로가기
Programming/Git

[Git]토큰 인증 / Git: remote: Support for password authentication was removed 해결 방법!

by 배고프당 2021. 8. 15.
728x90

와 주말에 이클립스나 vscode에서 git이 계속 연동실패하고 비밀번호 써도 계속 실패하고...깜놀했네요

 

Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

 

https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/

 

Token authentication requirements for Git operations | The GitHub Blog

Beginning August 13th, 2021, we will no longer accept account passwords when authenticating Git operations on GitHub.com.

github.blog

 

해당 링크에 의하면 

  • 개발자의 경우 오늘 GitHub.com에서 암호를 사용하여 Git 작업을 인증하는 경우 중단을 방지하려면 2021년 8월 13일까지 HTTPS(권장) 또는 SSH 키를 통한 개인 액세스 토큰 사용을 시작해야 합니다 . 오래된 타사 통합을 사용하고 있다는 경고를 받으면 클라이언트를 최신 버전으로 업데이트해야 합니다.

 

라고 설명이 적혀있었네요..난 왜 몰랐지..ㅎㅎ 

 

이제 ID /PW 기반의 인증을 금지하므로 토큰을 사용하도록 변경해보자

 

1) Github 사이트 접속 후(로그인) 우측 상단에 Settings 클릭

2) 왼쪽 사이드 바 하단에 Development Settings 클릭!

 

3) 왼쪽 사이드 바 하단에 Personal access tokens 클릭

 - 기간 및 scopes부분에 원하는 영역 선택 후 하단 Generate token 버튼 클릭

4) 나중에 확인할 수 없으니 이건 메일이나 기타 개인 보관함에 반드시 백업해놓으세요

생성된 Personal access tokens으로 다시 로그인 시도 😊

 

 

이걸로 몇 시간을 삽질했는지..... 🤦‍♂️

편안하다 ㅎㅎ

 

 

728x90

댓글