반응형
Github 에서 소스를 clone 하는데 아래와 같이 에러가 발생했다.
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/...../'
내용인즉슨...
GitHub에서 2021년 8월 13일부터 HTTPS를 통한 비밀번호 인증을 더 이상 지원하지 않는다는 것이다!!
대신 **Personal Access Token (PAT)**을 사용해야 한다고 한다!
Github 내 프로필의 설정에서 토큰을 발급 페이지
- Settings > Developer Settings
https://github.com/settings/tokens
GitHub · Build and ship software on a single, collaborative platform
Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.
github.com
Generate new token(classic) 메뉴를 클릭해서 토큰을 생성
Select scopes 은 아래와 같이 설정
결론
- 비밀번호 대신에 토큰을 입력하면 된다!!!
반응형
'프로그래밍' 카테고리의 다른 글
[git] error: src refspec master does not match any (0) | 2023.07.05 |
---|---|
[이클립스] Plugin execution not covered by lifecycle configuration 오류 (0) | 2021.03.11 |
[JSTL] 조건식 eq, ne, empty (0) | 2016.12.07 |
인코딩 (0) | 2014.03.24 |
[svn] 사용자 추가 (2) | 2011.02.15 |