Anuncio

Colapsar
No hay anuncio todavía.

Git Push Error

Colapsar
X
 
  • Filtrar
  • Tiempo
  • Mostrar
Limpiar Todo
nuevos mensajes

  • Git Push Error

    Hola a todos,

    no sé si alguno en este foro ya está trabajando en BAS con github.

    Me arroja el siguiente error:

    Código:
    fatal: No configured push destination.
    Either specify the URL from the command-line or configure a remote repository using
    
    git remote add <name> <url>
    
    and then push using the remote name
    
    git push <name>
    ¿Que configuración me estaría faltando?​

  • #2
    Hola,

    entiendo que lo que deberías hacer es

    $ git remote add origin git@github.com:<username>/demo_app.git
    $ git push -u origin master​

    Comentario

    Trabajando...
    X