본문 바로가기
Development Solutions/Git

[Git] remote: Support for password authentication was removed. Please use a personal access token instead. fatal: Authentication failed for ~

by Dev Diary Hub 2023. 1. 20.
반응형

[Git] remote: Support for password authentication was removed. Please use a personal access token instead. fatal: Authentication failed for ~

 

 

문제 상황

깃허브에 git push를 할 때, 아이디와 패스워드를 입력하니 인증 실패 메시지가 나오며 푸쉬에 실패한다.

 

해결 방법

깃헙 설정 페이지에서 personal access token을 받아서 비밀번호로 입력하면 푸쉬에 성공한다.

 

경로 : 깃허브 설정 > Settings > Personal access tokens > 신규 토큰 발행

해당 토큰을 깃 푸쉬할 때 비밀번호로 입력하면 끝.

반응형