Buscar..


Introducción

Si cambia el nombre del repositorio en el lado remoto, como su github o bitbucket, cuando presione su código existente, verá un error: Error fatal, no se encontró el repositorio **.

Cambiar configuración local

Ir a la 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
Licenciado bajo CC BY-SA 3.0
No afiliado a Stack Overflow