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

Warning during checkout of project on macOS (colliding paths) #62

Closed
matthiasgeihs opened this issue Sep 8, 2023 · 1 comment
Closed

Comments

@matthiasgeihs
Copy link
Member

Problem

The following warning occurs when checking out the project on macOS 13.5.1:

git clone https://github.com/torusresearch/torus-utils-swift.git
Cloning into 'torus-utils-swift'...
[...]
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'Sources/TorusUtils/Helpers/Web3ERROR.swift'
  'Sources/TorusUtils/Helpers/Web3Error.swift'

Suggestion

Rename files so that their name is no longer distinguished just by casing?

@metalurgical
Copy link
Collaborator

This should be resolved. All references to web3error have been removed as part of #69.

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

No branches or pull requests

2 participants