This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Jeepers! Nobody told me you guys couldn't clone the submodules! #9
JessicaMulein
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Turns out that even though these are public read repos, using ssh [email protected]: uri's instead of https://github.com/ uri's gives different access rights - and more restrictively so.
I've just pushed updated .gitmodules to main and dev branches that will fix this.
Recommend you clone a new repo:
git clone --recursive https://github.com/BrightChain/BrightChain.git
Then go back and add the ssh remotes for each of the submodules manually. ex:
git remote add origin-push [email protected]:BrightChain/BrightChain.git
Beta Was this translation helpful? Give feedback.
All reactions