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

Preparation for macOS support #444

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Treata11
Copy link

I'm aiming to see about the possibility of having the project running on macOS.

These changes are pretty basic for now and are just a preparation.

  • Added .DS_Store to .gitignore:
    This is a hidden metadata file for directories on Mac that is not relevant to the project.

  • Used SSH protocol for fetching submodules instead of HTTPS:
    This change was actually necessary for all contributors as fetching submodules with large volumes can be troublesome, especially for those with a poor network connection.
    Previously, cloning the modules frequently resulted in errors like "unexpected disconnect while reading sideband packet."
    Switching the URL of modules exceeding 100MB from HTTPS to SSH resolved this issue.

@duck-moon
Copy link

nice

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.

3 participants