Skip to content

fix: remove macOS Icon file that breaks Windows compatibility#1070

Merged
tisfeng merged 2 commits intotisfeng:devfrom
xiaocang:fix/remove-macos-icon-file
Feb 4, 2026
Merged

fix: remove macOS Icon file that breaks Windows compatibility#1070
tisfeng merged 2 commits intotisfeng:devfrom
xiaocang:fix/remove-macos-icon-file

Conversation

@xiaocang
Copy link
Copy Markdown
Contributor

The Icon\r file is a macOS Finder custom icon file that contains a carriage return character in its filename. This character is invalid on Windows, causing git clone and git reset to fail with:

error: invalid path 'Icon?'

  The `Icon\r` file is a macOS Finder custom icon file that contains a
  carriage return character in its filename. This character is invalid
  on Windows, causing `git clone` and `git reset` to fail with:

      error: invalid path 'Icon?'
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello xiaocang, Thank you for your first PR contribution 🎉 xiaocang

@tisfeng
Copy link
Copy Markdown
Owner

tisfeng commented Feb 4, 2026

Thanks your PR, looks good

@tisfeng tisfeng merged commit e06bbeb into tisfeng:dev Feb 4, 2026
3 checks passed
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.

2 participants