Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Solucionado (ver solución)
Solucionado
(ver solución)
3
respuestas

Error: git push

Buenas. necesito ayuda. no logro que el git push me funcione hice todo como menciona el instructor pero nada también ví las dudas del foro y nada

VEGA@LAPTOP-D0DEEO50 MINGW64 ~/OneDrive/Documentos/Lógica de programación/git-y-github (master)

$ git push servidorlocal master

ssh: Could not resolve hostname c: Name or service not known

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

VEGA@LAPTOP-D0DEEO50 MINGW64 ~/OneDrive/Documentos/Lógica de programación/git-y-github (master)

$ git push servidorlocal

ssh: Could not resolve hostname c: Name or service not known

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

VEGA@LAPTOP-D0DEEO50 MINGW64 ~/OneDrive/Documentos/Lógica de programación/git-y-github (master)

$

3 respuestas
solución!

Hola Emanuel!

Este error puede estar ocurriendo porque su carpeta "Lógica de programación" contiene espacios en blanco en su nombre, y esto puede generar problemas al usar git, por lo que siempre es recomendable utilizar - o _ para separar las palabras, como por ejemplo "Lógica-de-programación".

Si aún así el error persiste, vuelve aquí que te ayudaremos a solucionarlo.

Si este post te ayudó, por favor, marca como solucionado ✓. Continúa con tus estudios

Bien .gracias. voy a probar lo que dices.

Me funcionó . Muchas gracias.