Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
1
respuesta

Git Push error

*No consigo pode hacer push, ya intente haciendo de nuevo todo, cambie de carpetas... solo me funcuona cuando uso un repo externo (copio un link de u Git que encontre en internet y funciona, pero el local no) nose si se entiende

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ cd ..

jesic@JESI MINGW64 ~/Documents/Alura (master) $ mkdir servidor

jesic@JESI MINGW64 ~/Documents/Alura (master) $ cd servidor

jesic@JESI MINGW64 ~/Documents/Alura/servidor (master) $ git init --bare Initialized empty Git repository in C:/Users/jesic/Documents/Alura/servidor/

jesic@JESI MINGW64 ~/Documents/Alura/servidor (BARE:master) $ cd ..

jesic@JESI MINGW64 ~/Documents/Alura (master) $ cd Jesica

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git remote

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git remote add servidorlocal C:/Users/jesic/Documents/Alura/servidor/

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git remote servidorlocal

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git remote -v servidorlocal C:/Users/jesic/Documents/Alura/servidor/ (fetch) servidorlocal C:/Users/jesic/Documents/Alura/servidor/ (push)

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ cd ..

jesic@JESI MINGW64 ~/Documents/Alura (master) $ mkdir Ana

jesic@JESI MINGW64 ~/Documents/Alura (master) $ cd Ana

jesic@JESI MINGW64 ~/Documents/Alura/Ana (master) $ git clone /c/Users/jesic/Documents/Alura/servidor/ Cloning into 'servidor'... warning: You appear to have cloned an empty repository. done.

jesic@JESI MINGW64 ~/Documents/Alura/Ana (master) $ cd ..

jesic@JESI MINGW64 ~/Documents/Alura (master) $ cd Jesica

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git remote servidorlocal

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git push servidorlocal master error: src refspec master does not match any error: failed to push some refs to 'C:/Users/jesic/Documents/Alura/servidor/'

jesic@JESI MINGW64 ~/Documents/Alura/Jesica (master) $ git push origin master error: src refspec master does not match any error: failed to push some refs to 'origin'

1 respuesta

Me pasa lo mismo, todo el tiempo me sale algo distinto a lo del profesor :(