Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix repository cloning on Windows #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheCodez
Copy link

@TheCodez TheCodez commented May 4, 2022

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.

@xXWarMachineRoXx
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants