Git
Wijzig git repository naam
Zoeken…
Invoering
Als u de naam van de repository aan de externe kant, zoals uw github of bitbucket, verandert wanneer u uw bestaande code pusht, ziet u een fout: fatale fout, repository niet gevonden **.
Wijzig de lokale instelling
Ga naar terminal,
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
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow