Git Push Error - Could not resolve host name
问题 nshastri@N-SHASTRI ~/datasciencecoursera (master) $ git push origin master ssh: Could not resolve hostname https: no address associated with name fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 回答1: Simply type: git remote -v and double-check the url associated with origin for your upstream repo. Once you have the right url, update your remote origin with another git remote command: git remote set-url origin /the