CheesecakeLabs / Stellar-Asset-Sandbox

2 stars 0 forks source link

[BUG]: submodules don't work #130

Open piotrostr opened 6 months ago

piotrostr commented 6 months ago

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 'git@github.com: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 'git@github.com: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 'git@github.com: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

CREO-IT commented 4 months ago

still an issue