EyeMU
EyeMU copied to clipboard
Fix repository cloning on Windows
When cloning on Windows I get the following error caused by the MacOS Icon file:
error: invalid path 'Icon?'
fatal: unable to checkout working tree
Removing the unnecessary file fixes the issue.
I raised this issue #6 but I didn't see your PR #4 (Fix repository cloning on Windows)
I'll check your solution out
Hi , I tested your solution @TheCodez and it worked. I had thought to do the same too, glad you already had done it
for others who want to check out @TheCodez's solution:
git clone https://github.com/TheCodez/EyeMU.git --branch fix-cloning-issue
Thanks @xXWarMachineRoXx