pescap / WebScrapingMDS

Proyectos del curso de Web Scraping del MDS UAI 2022
GNU General Public License v3.0
13 stars 42 forks source link

Error con push #263

Closed gavalenz closed 2 years ago

gavalenz commented 2 years ago

Hola @pescap @Davives!

Tengo un problema con el push, me aparece 2 errores:

error: invalid path 'producto6\FALABELLA\FALABELLA.xlsx'
error: invalid path 'producto6\output\FALABELLA.csv'

¿Qué puedo hacer?

LitzyCastro commented 2 years ago

Hola, me pasó lo mismo, como lo solucioné, cree una nueva rama y pude subir mis cambios.

gavalenz commented 2 years ago

Muchas gracias @LitzyCastro! Al final tampoco me dejaba crear una rama, pero seguí esta solucion de https://stackoverflow.com/questions/63727594/github-git-checkout-returns-error-invalid-path-on-windows:

Clone the Git repository locally; 'cd' into the local Git repository folder that has just been cloned; Run git reset Run git config core.protectNTFS false Run git checkout (just git checkout, no * at the end of command). Run git pull