[git] fatal: Authentication failed for ...

bunny.log·2023년 10월 5일
0

이슈

변경사항을 깃에 push 하는 중에 아래와 같은 에러가 발생 하였다.
아마도 git token을 30day로 기한을 설정한 탓에 나는 에러 같았다.

해결

https://wotres.tistory.com/entry/Github-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0%EB%B2%95-Authentication-failed-for-use-a-personal-access-token-instead

위 경로를 참고하여 github에서 토큰을 발급받은 후 아래와 같이 명령어를 입력해 주었다.

git config --global user.name ‘아이디’
git config --global user.password ‘복사한 토큰’

push 성공😆!

profile
더 많은 유익한 내용은 ->> https://github.com/nam-yeun-hwa

0개의 댓글