에러 내용
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
"
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
"
에러 원인
2021년 8월 13일 부로, 더이상 패스워드 기반 인증을 지원하지 않는다고 한다.
해결방법
패스워드를 제외하고 남은 대표적인 인증 방식은 다음의 두가지가 있다.
- 깃 ssh 인증
- 깃 토큰 인증
SSH 인증 방법
깃 토큰 인증 방법
환경 : window의 powershell 이나 linux의 terminal 등 bash 기반 cli
- 깃허브 로그인 후 우측상단의 프로필 메뉴에서 "Settings"
- 좌측 메뉴에서 "Developer settings"
- 좌측 메뉴에서 "Personal access tokens"
- 우측 상단에 "Generate new token"
- Note 입력
- 만료 기한 입력
- 권한 설정 (잘 모르겠다면 전부 체크)
- 토큰 생성
- 토큰 복사
- 비밀 번호 대신 입력 (터미널에서 ctrl + shift + v)
- 완료
참고 자료
'개발 > Git' 카테고리의 다른 글
git 빈 디렉터리 만 push 또는 디렉터리 내용 비우기 (0) | 2023.03.06 |
---|---|
gitignore를 이미 올라간(push) 기존 파일에 적용하기 (0) | 2022.11.02 |
깃 SSH 인증 방법 (7) | 2021.08.16 |
댓글