Por fin después de mucho trabajar ya dimos con el arreglo de esta dificultad que muchos usuarios de nuestro sitio presentan. Si tienes algún dato que aportar no dudes en compartir tu información.
Ejemplo 1: error: src refspec master no coincide con ninguno. git
# You are trying to add an empty repository, add something first, like a readmetouch README.md
gitadd README.md
git commit -m "Initial commit"git push --set-upstream origin master
Ejemplo 2: src refspec master no coincide con ninguno
#THis is not my solution but one this have worked for me in different situation so i copied all of themgit init
gitadd. //to add everything
git commit -m ''git remote -v
git push heroku master
//New
git config --global user.email "[email protected]"git config --global user.name "Your Name"# You are trying to add an empty repository, add something first, like a readmetouch README.md
gitadd README.md
git commit -m "Initial commit"git push --set-upstream origin master
Ejemplo 3: error: src refspec master no coincide con ningún error: no se pudo enviar algunas referencias a Android Studio
git commit -m "initial commit"git push origin master
Ejemplo 4: error: src refspec master no coincide con ninguno.
git config --global user.email "[email protected]"git config --global user.name "Your Name"
Ejemplo 5: error: src refspec master no coincide con ninguno.
git init
gitadd. //to add everything
git commit -m ''git remote -v
git push heroku master
Ejemplo 6: error: src refspec master no coincide con ninguno.
git push origin main
Reseñas y valoraciones
Tienes la posibilidad difundir este post si si solucionó tu problema.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)