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

Symlink git bug #52

Closed
andreao opened this issue May 11, 2015 · 2 comments
Closed

Symlink git bug #52

andreao opened this issue May 11, 2015 · 2 comments

Comments

@andreao
Copy link

andreao commented May 11, 2015

Tried to clone the repository and got the following error:
error: unable to create symlink CONTRIBUTING.rst (File name too long)

Managed to work around it by cloning without checking out, and disabling symlinks:
git clone --no-checkout [email protected]:msiemens/tinydb.git
git config core.symlinks false
git checkout

Running OSX Yosemite.

@eugene-eeo
Copy link
Contributor

It's not really an issue with TinyDB as I also had the same error when I cloned some other repository, but it was "CHANGES.rst" instead of "CONTRIBUTING.rst". I would (naively) to blame it on Apple's broken filesystem implementation but I think it's fixed in the latest git update.

@msiemens
Copy link
Owner

Thanks for reporting this. I've now changed CONTRIBUTING.rst to be a regular file and not a symlink.

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

3 participants