I can't get pass this, have remade the repository multiple times, made ssh keys over
-------------- demo_app <username>$ git remote add origin [email protected]:<username>/demo_app.git fatal: remote origin already exists. $ git push -u origin master --- ssh: Could not resolve hostname git: nodename nor servname provided, or not known --- fatal: Could not read from remote repository. --- Please make sure you have the correct access rights --- and the repository exists. ---------- --------- Checked ssh keys --- $ ssh -T [email protected] Hi <username>! You've successfully authenticated, but GitHub does not provide shell access. --- Still receiving the same message.