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

[BUG]: submodules don't work #130

Open
piotrostr opened this issue Mar 26, 2024 · 1 comment
Open

[BUG]: submodules don't work #130

piotrostr opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@piotrostr
Copy link

Description of the bug

running

git submodule init
git submodule update

throws

Cloning into '/home/piotr/stellar/Stellar-Asset-Sandbox/starlabs'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:CheesecakeLabs/starlabs.git' into submodule path '/home/piotr/stellar/Stellar-Asset-Sandbox/starlabs' failed
Failed to clone 'starlabs'. Retry scheduled
Cloning into '/home/piotr/stellar/Stellar-Asset-Sandbox/stellar-kms'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:CheesecakeLabs/stellar-kms.git' into submodule path '/home/piotr/stellar/Stellar-Asset-Sandbox/stellar-kms' failed
Failed to clone 'stellar-kms'. Retry scheduled
Cloning into '/home/piotr/stellar/Stellar-Asset-Sandbox/starlabs'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:CheesecakeLabs/starlabs.git' into submodule path '/home/piotr/stellar/Stellar-Asset-Sandbox/starlabs' failed
Failed to clone 'starlabs' a second time, aborting

Steps To Reproduce

fresh

git clone github.com/CheesecakeLabs/Stellar-Asset-Sandbox
cd Stellar-Asset-Sandbox
git submodule init && git submodule update

Additional Information

I saw there was a commit yesterday (25th March 2024) to fix the submodules invalid pointers, but the issue persists

I tried searching for the starlabs and stellar-kms repositories, no luck

@piotrostr piotrostr added the bug Something isn't working label Mar 26, 2024
@CREO-IT
Copy link

CREO-IT commented May 30, 2024

still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants