EyeMU icon indicating copy to clipboard operation
EyeMU copied to clipboard

Fix repository cloning on Windows

Open TheCodez opened this issue 3 years ago • 2 comments

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.

TheCodez avatar May 04 '22 10:05 TheCodez

I raised this issue #6 but I didn't see your PR #4 (Fix repository cloning on Windows)

I'll check your solution out

xXWarMachineRoXx avatar Dec 15 '23 10:12 xXWarMachineRoXx

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

xXWarMachineRoXx avatar Dec 15 '23 10:12 xXWarMachineRoXx