[Git] git can't connect to any uri not authorized 또는 로그인 반복 해결(github 인증 방식, 토큰으로 변경)
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/
인증을 위해선 토큰을 생성하고 비밀번호 대신하여 로그인을 진행하면됨
1. github에서의 로그인 https://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을 입력 로그인
'Server > Git' 카테고리의 다른 글
[Git] Github 깃허브 잔디 3d로 보기 (0) | 2021.10.09 |
---|---|
[Git]Centos7 에서 Git Server 구축해보자! (2) | 2021.02.07 |
[Git]error: pathspec 'branch' did not match any file(s) known to git 에러 해결 (0) | 2021.01.18 |
[Git]브랜치 변경하기 (0) | 2021.01.18 |
[Git]브랜치 생성하기 (0) | 2021.01.18 |
댓글
이 글 공유하기
다른 글
-
[Git] Github 깃허브 잔디 3d로 보기
[Git] Github 깃허브 잔디 3d로 보기
2021.10.09 -
[Git]Centos7 에서 Git Server 구축해보자!
[Git]Centos7 에서 Git Server 구축해보자!
2021.02.07 -
[Git]error: pathspec 'branch' did not match any file(s) known to git 에러 해결
[Git]error: pathspec 'branch' did not match any file(s) known to git 에러 해결
2021.01.18 -
[Git]브랜치 변경하기
[Git]브랜치 변경하기
2021.01.18