eclipse 에서 github 프로젝트 연결중 login 팝업창에서 gibhub 아이디 비밀번호로 로그인시
팝업창이 계속 뜨거나 또는 can't connect to any uri not authorized
에러가 뜸.

 

2021년 8월 13일자로 github 정책상 계정 인증 방식이
패스워드 인증에서 패스워드 토큰 인증방식으로 변경되었음 

그래서 일반패스워드로는 로그인이 되지않음

 

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

인증을 위해선 토큰을 생성하고 비밀번호 대신하여 로그인을 진행하면됨

 

1. github에서의 로그인 https://github.com

 

GitHub: Where the world builds software

GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

 

2. 우측 상단 profile -> Settings 클릭

3. 좌측 메뉴에서 Developer settings 선택

 

 

4. 좌측 메뉴에서 Personal access tokens 클릭 > 우측 Generate new token 

5. new personal access token 생성

만료 기한과 권한 설정 후 Generate token

6. 생성된 token key를 복사

7. eclipse로 가서 user에는 계정 / password 에는 복사한 toekn을 입력 로그인



검색 출처
https://twinstory.tistory.com/59