Closed dsagal closed 1 year ago
Sorry @dsagal, I somehow never noticed this thread. Do you still have the clone issue?
For the access thing, I remember running into this (but the other way around) and wondering whether there was a friendly way to set this up. Lots of long threads like https://stackoverflow.com/questions/40841882/automatically-access-git-submodules-via-ssh-or-https. If I upstream some of my patches than a relative path might work.
It worked this time!
I am having trouble with the
git submodule update --init
command.First issue was
git@github.com: Permission denied (publickey)
, which was due to my not having set up SSH access to github. I set that up following github instructions, and that part now works. (It is cloninggit@github.com:paulfitz/grist-core
.)The next error is this:
I don't see any mention of this ref anywhere in the checkout, and I am at a loss at why it's looking for it or how to fix it.