STEADYSTUDY/LEGO
[git] 레포지터리 이름 변경했을 때 발생하는 오류
(OBO)
2020. 12. 13. 18:35
728x90
참고 : app-dogbalja.tistory.com/712
깃 레포 이름을 변경했을 때 이전에 사용했던 터미널에서 git pull origin branch할 때 아래와 같은 오류가 발생할 수 있다.
fatal: Authentication failed for 'https://happyOBO@github.com/[Old Repo name]'
[해결사항]
git remote set-url origin https://happyOBO@github.com/[New Repo name]"
728x90