Git
Changer le nom du dépôt git
Recherche…
Introduction
Si vous modifiez le nom du référentiel du côté distant, tel que votre github ou bitbucket, vous verrez une erreur lorsque vous appuierez votre code existant: Erreur fatale, référentiel introuvable **.
Changer le paramètre local
Aller au 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
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow