You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: