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

Source repo cannot be cloned #1552

Open
MukherjeeSayak opened this issue Jun 17, 2024 · 2 comments
Open

Source repo cannot be cloned #1552

MukherjeeSayak opened this issue Jun 17, 2024 · 2 comments

Comments

@MukherjeeSayak
Copy link

The source code cannot be cloned from the master branch. Please see the err msg below. Please let me know how this can be fixed

'error: invalid path 'tests/previousresults/get_file_public-:collectionId-:displayId-:version-fasta_.xml'
fatal: unable to checkout working tree'

Thanks
Sayak

@cjmyers
Copy link
Collaborator

cjmyers commented Jun 18, 2024

Strange, works me: did you do this?

git clone https://github.com/SynBioHub/synbiohub.git

@MukherjeeSayak
Copy link
Author

On Linux, the clone operation seems to work.
One of my colleagues Found this StackOverflow: - https://stackoverflow.com/questions/63727594/github-git-checkout-returns-error-invalid-path-on-windows
The problem we were seeing is a Window problem because the filename contains illegal characters:
Basically, after checking out the repo he did git config --global core.protectNTFS false before the clone operation.

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