본문 바로가기
괴발개발/git

error: Please make sure you have the correct access rights and the repository exists

by 맛길만걷자 2024. 5. 12.
728x90
반응형

레파지토리 이름을 바꼈는데 주소도 바껴서 생기는 에러. 혹은 주소가 바껴서 생기는 에러.
나같은 경우 레파지토리 이름 바뀐후 작동된 에러

간단히 세팅을 다시해주자.

origin 뒤에 바뀐 http: 주소 넣어줄것

 

git remote set-url origin https://github.com/username/repository.git
728x90
반응형

'괴발개발 > git' 카테고리의 다른 글

Branch  (0) 2024.06.23
형상관리( Git시스템)  (0) 2024.06.22
fatal: refusing to merge unrelated histories 오류  (0) 2024.05.11
error failed to push some refs to  (0) 2024.05.09
git 사용하기 (부제 : git bash 명령어)  (0) 2024.02.12