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 al Clonar

$ git clone 'C:/Users/Miguel_Buitrago/Documents/ESTUDIO-ORACLE/Ejemplos-git-github/servidor/' proyecto Cloning into 'proyecto'... fatal: 'C:/Users/Miguel_Buitrago/Documents/ESTUDIO-ORACLE/Ejemplos-git-github/servidor/' does not appear to be a git repository fatal: Could not read from remote repository.

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

y tambien intente de las siguiente manera y nada

$ git clone /C/Users/Miguel_Buitrago/Documents/ESTUDIO-ORACLE/Ejemplos-git-github/servidor/ proyecto Cloning into 'proyecto'... fatal: 'C:/Users/Miguel_Buitrago/Documents/ESTUDIO-ORACLE/Ejemplos-git-github/servidor/' does not appear to be a git repository fatal: Could not read from remote repository.

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

3 respuestas

Buenas, iniciaste el repostitorio vacio en la carpeta servidor? usando el git init --bare

solución!

¡Hola!

A mi me funcionó con la siguiente estructura:

$ git clone "/C/Users/areza/OneDrive/Documentos/GitHub Course/servidor/" proyecto

como podrás notar, la unica diferencia que encuentro es que la ruta que yo puse es con comillas dobles, quizá funcione contigo también!

Gracias Brayhan, me sacaste de horas de esfuerzo en ver la solución