after coding up a javascript project, I wrote
git push -u origin main
however it gives me back:
ssh: connect to host github.com port 22: Undefined error: 0
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
What should I do? Im new to git/github in general and have been trying to solve it with out luck. Thank you to all the answers in advance