Git - Error invalid path
up vote
8
down vote
favorite
I have been working for so long on a mac and have committed it looks like a file like this: C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls This file does not exist in the repository. My repository was actually located in /Users/Sethuram/Development/Csmart/workspaces/csmart . It looks like I might have somehow checked in a file with the name C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls into my git repo and pushed it. Now I am trying to clone this repo on my windows box and I get an error like below: error: Invalid path 'C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls' I understand its an invalid path. I am not sure how to correct it. I dont have access to my mac anymore to delete and push from there. On the windows box this file appears as a c...