수색…


소개

github 또는 bitbucket과 같이 원격 측면에서 저장소 이름을 변경하면 기존 코드를 푸시하면 오류가 표시됩니다. 치명적인 오류, 저장소를 찾을 수 없습니다 **.

로컬 설정 변경

터미널로 이동,

cd projectFolder
git remote -v (it will show previous git url)
git remote set-url origin https://[email protected]/username/newName.git
git remote -v (double check, it will show new git url)
git push (do whatever you want.)


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow