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
It is currently impossible to clone the repository without errors. I think the problem is related to symlinks.
Here is the error message:
git clone https://github.com/ICB-DCM/pABC-SMC
Cloning into 'pABC-SMC'...
remote: Counting objects: 433, done.
remote: Compressing objects: 100% (264/264), done.
remote: Total 433 (delta 134), reused 433 (delta 134), pack-reused 0
Receiving objects: 100% (433/433), 21.44 MiB | 8.63 MiB/s, done.
Resolving deltas: 100% (134/134), done.
error: unable to create symlink COPYING: File name too long
error: unable to create symlink INSTALL: File name too long
error: unable to create symlink config/compile: File name too long
error: unable to create symlink config/config.guess: File name too long
error: unable to create symlink config/config.sub: File name too long
error: unable to create symlink config/depcomp: File name too long
error: unable to create symlink config/install-sh: File name too long
error: unable to create symlink config/ltmain.sh: File name too long
error: unable to create symlink config/missing: File name too long
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
The text was updated successfully, but these errors were encountered:
It is currently impossible to clone the repository without errors. I think the problem is related to symlinks.
Here is the error message:
The text was updated successfully, but these errors were encountered: