I have a repository which I use from both Windows and Linux systems. Everything was working but now I have the following error on git pull
, on the Windows system.
error: invalid path 'cse5441_lab1/main.'
Updating b69442e..8dad691
It does pull a few other files though.
git status
shows I am 39 commits behind.
I am guessing the last .
in cse5441_lab1/main.
is invalid name for a file on Windows. If so, how can I solve this issue?