-
Notifications
You must be signed in to change notification settings - Fork 65
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
unable to clone repository #130
Comments
I am experiencing the same issue with one additional caveat... No VPN:
VPN:
Git or my ISP (Cox) is actually throttling clones of this repository, causing an error (Kbps vs Mbps). Using a VPN fixes it. I don't know what the motive is behind this, hopefully it's a mistake. I will assume this issue is specific to my IP address but I'm reporting it anyways in case it isn't. In any case I get further when using a VPN until I encounter the same ref issue you reported:
|
I have run into the same problem as @jape42 reported a few days ago. |
I've also run into this problem. |
+1 |
1 similar comment
+1 |
(base) ➜ encodec.cpp git:(main) ✗ git checkout e50cd96d28c89f6c1343c291042b14bab6f3b83b.
error: pathspec 'e50cd96d28c89f6c1343c291042b14bab6f3b83b.' did not match any file(s) known to git yeah this commit no longer exists in the Encodec repo |
same |
Hi All, This should be fixed with #139 . Could you give it another try? |
Works now. Thanks. |
git clone --recursive https://github.com/PABannier/bark.cpp.git
Cloning into 'bark.cpp'...
remote: Enumerating objects: 700, done.
remote: Counting objects: 100% (360/360), done.
remote: Compressing objects: 100% (145/145), done.
remote: Total 700 (delta 292), reused 224 (delta 214), pack-reused 340
Receiving objects: 100% (700/700), 47.85 MiB | 10.92 MiB/s, done.
Resolving deltas: 100% (390/390), done.
Submodule 'encodec.cpp' (https://github.com/PABannier/encodec.cpp) registered for path 'encodec.cpp'
Cloning into '/mnt/ubuntu/home/jape/ai/bark.cpp/encodec.cpp'...
remote: Enumerating objects: 275, done.
remote: Counting objects: 100% (122/122), done.
remote: Compressing objects: 100% (64/64), done.
remote: Total 275 (delta 84), reused 68 (delta 52), pack-reused 153
Receiving objects: 100% (275/275), 3.93 MiB | 9.86 MiB/s, done.
Resolving deltas: 100% (155/155), done.
fatal: remote error: upload-pack: not our ref e50cd96d28c89f6c1343c291042b14bab6f3b83b
fatal: Fetched in submodule path 'encodec.cpp', but it did not contain e50cd96d28c89f6c1343c291042b14bab6f3b83b. Direct fetching of that commit failed.
The text was updated successfully, but these errors were encountered: