When building the Celestial Bodies Database it instructs you to save your universe.sql file in a public repository. I tried to do this with my github account but I am having trouble doing that. Am I supposed to use these commands:
git remote add origin git@github.com:*my account
git branch -M main
git push -u origin main
then select the ‘fingerprint’ option, and then enter the fingerprint number back into bash?
OR how do I save the universe.sql to a public repo?
BUMP, Can someone please help me with this. I am unable to save my work to my github repo.
I get an error when:
codeally@65538499e34a:~/project$ git push --set-upstream origin main git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Paste the ssh-key generated in the VM into the deploy key. If you had trouble following the clip instruction, use less ~/.ssh/“your key pub” to get the key.