-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Issue when trying to clone the repository #2
Comments
It's working for me. Can you please try again.
|
Well, what I did was: I downloaded the full repository from GitHub as ZIP and placed it into the very same directory to where I tried to clone and then asked GitHub Desktop just to sync and since then it seems to be fine. I have successfully built it for Windows,I have a small correction for you guys: the "build-windows-x86_64.bat" file inside the "scripts" folder needs a "cd .." to the very first line. |
Good to know that it's working now. The script needs to be executed from the project's root folder. That's how the current CI scripts are configured. So we may not need cd .. |
Cloning into 'C:\Users\zolta\OneDrive\Documents\GitHub\cardano-client-lib'...
remote: Enumerating objects: 1478, done.
remote: Counting objects: 100% (1444/1444), done.
remote: Compressing objects: 100% (652/652), done.
remote: Total 1478 (delta 567), reused 1206 (delta 357), pack-reused 34
Receiving objects: 100% (1478/1478), 298.95 KiB | 1023.00 KiB/s, done.
Resolving deltas: 100% (567/567), done.
Submodule 'cardano-serialization-lib' (https://github.com/bloxbean/cardano-serialization-lib.git) registered for path 'cardano-serialization-lib'
Cloning into 'C:/Users/zolta/OneDrive/Documents/GitHub/cardano-client-lib/cardano-serialization-lib'...
remote: Enumerating objects: 1416, done.
remote: Counting objects: 100% (271/271), done.
remote: Compressing objects: 100% (214/214), done.
remote: Total 1416 (delta 169), reused 97 (delta 57), pack-reused 1145
Receiving objects: 100% (1416/1416), 685.37 KiB | 1.98 MiB/s, done.
Resolving deltas: 100% (891/891), done.
fatal: reference is not a tree: 8c0f517ec39c333369462659b6c350223619973b
Unable to checkout '8c0f517ec39c333369462659b6c350223619973b' in submodule path 'cardano-serialization-lib'
Would you like to retry cloning ?
The text was updated successfully, but these errors were encountered: