이것저것 공부 기록하기

GitHub Error: Authentication Failed 문제 해결하기 본문

CS/Github

GitHub Error: Authentication Failed 문제 해결하기

얍욥얍 2021. 9. 9. 14:55

오랜만에 데이콘을 참여하기로 결심하고 레포를 정리하려는데 이런 문제를 만났다.

~ :> git push origin my-branch
Username for 'https://github.com': myusername
Password for 'https://myusername@github.com': mypassword
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/my-repository’

아니.. 깃허브에서 그 동안 비밀번호를 한 번 바꿨던 탓인 것 같은데 이유를 알 수 없었다ㅠㅠ

그래서 구글링해보니까 Personal Access Token을 생성해서 쓰라는 꿀팁이 있더라.

 

이렇게 setting으로 가서

Developer settings로 간 다음,

Personal access tokens로 가즈아

그리고 새로운 Personal Access Token을 생성해주면 된다. 생성된 토큰은 다시 볼 수 없으니 꼭 생성한 후 바로 카피해두어야 한다!

 

생성된 토큰은 통과하지 못했던 비밀번호 대신 붙여넣으면 된다!

 


References

 

GitHub Error: Authentication Failed from the Command Line

After setting up 2 Factor Authentication on GitHub, I couldn’t push my remote repositories from the command line anymore.

ginnyfahs.medium.com

저 홈페이지만 들어가봐도 친절하게 스크린샷 올려두셨으니 참고해도 된다. (여기 블로그 포스팅도 그대로 복붙한 건 안 비밀)

반응형

'CS > Github' 카테고리의 다른 글

github 로컬 연동 flow 정리  (0) 2021.09.09
[Github] Repository mirroring  (0) 2021.04.06
! [rejected] master -> master (fetch first) 에러 해결  (0) 2020.12.08
Comments