fbpx

problema para subir los archivos a github

  • problema para subir los archivos a github

    Posted by Ricardo Garcia on 12 abril, 2024 en 2:39 pm

    al parecer mi cuenta de git fue suspendida, volvi a crear la cuenta y quiero subir de nuevo los archivos pero al parecer me muestra que ya exiten.

    alguna sugerencia para corregir el error.

    RICARDO@RICARDO MINGW64 ~/proyecto_git (master)

    $ git remote add origin https://github.com/3fr3n78/git-desarrollo.git

    error: remote origin already exists.

    RICARDO@RICARDO MINGW64 ~/proyecto_git (master)

    $ git push origin master

    remote: Repository not found.

    fatal: repository ‘https://github.com/Delt78/git-desarrollo.git/’ not found

    RICARDO@RICARDO MINGW64 ~/proyecto_git (master)

    Ricardo Garcia respondido 2 semanas, 2 dias 2 Miembros · 2 Respuestas
  • 2 Respuestas
  • Angel Sánchez

    organizador
    12 abril, 2024 en 2:59 pm

    Si estás seguro de que la dirección del repositorio remoto es correcta, puedes eliminar el remoto existente y luego agregar el nuevo. Puedes hacerlo con los siguientes comandos:

    git remote remove origin

    git remote add origin https://github.com/3fr3n78/git-desarrollo.git

    Después de hacer esto, intenta empujar tus cambios nuevamente:

    git push origin master

    Me avisas como te fue.

  • Ricardo Garcia

    Miembro
    12 abril, 2024 en 3:17 pm

    muchas gracias listo se soluciono ahora continuo con el curso

    saludos

Inicia sesión para responder.

Start of Discussion
0 de 0 respuestas Junio 2018
Ahora