I was wondering if someone could give me some advice on how to use git with network drives that change.
I had to copy the directory containing all of my source files to a network drive and now when I use anything pertaining to git I get the error fatal: Could not switch to 'W:/': No such file or directory
Is there a way to change the location that git is pointing to?
Did I not setup my git repository correctly?