Initial run fails
Closed this issue · 4 comments
ksexton commented
Getting the following error during first launch
Cloning into 'git/org-mode'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Clone of 'orgmode@orgmode.org:org-mode.git' into submodule path 'git/org-mode' failed
make: *** [pull] Error 1
abo-abo commented
Oops, I was using the developer org-mode version that requires access rights to clone.
hhnr commented
I'm getting a similar error while running make install
Cloning into 'git/abel'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:abo-abo/abel.git' into submodule path 'git/abel' failed
make: *** [pull] Error 1
abo-abo commented
Thanks, can you try again? I don't actually have a confirmation that it works for anyone without my SSH access keys.
hhnr commented
Done. Works now.