SynBioHub / synbiohub

Web application enabling users and software to browse, upload, and share synthetic biology designs
https://wiki.synbiohub.org
BSD 2-Clause "Simplified" License
72 stars 23 forks source link

Source repo cannot be cloned #1552

Open MukherjeeSayak opened 3 weeks ago

MukherjeeSayak commented 3 weeks ago

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_filepublic-:collectionId-:displayId-:version-fasta.xml' fatal: unable to checkout working tree'

Thanks Sayak

cjmyers commented 3 weeks ago

Strange, works me: did you do this?

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

MukherjeeSayak commented 3 weeks ago

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.