ayuda me marca
mikel@MIKELAPT-2002 MINGW64 ~/Onedrive/Documents/logica-de-programacion/git_y_github/miguel (master) $ git push servidorlocal1 master error: src refspec master does not match any error: failed to push some refs to 'C:/Users/mikel/OneDrive/Documents/logica-de-programacion/git_y_github/servidor/'
Ya revise que este creada la rama master, aun asi use el comando git push -u servidorlocal1 master
pero da este resultado
mikel@MIKELAPT-2002 MINGW64 ~/OneDrive/Documents/logica-de-programacion/git_y_github/miguel (master)
$ git push -u servidorlocal1 master
error: src refspec master does not match any
error: failed to push some refs to 'C:/Users/mikel/OneDrive/Documents/logica-de-programacion/git_y_github/servidor/'