ssh: Could not resolve hostname github.com: Name or service not known; fatal: The remote end hung up unexpectedly

后端 未结 7 1617
予麋鹿
予麋鹿 2020-12-12 20:10

The process of setting up a GitHub account works just fine but it doesn\'t work when I try pushing my repository to GitHub. The error message it shows is as follows:

7条回答
  •  醉梦人生
    2020-12-12 20:40

    In my case I had misspelled something when manually adding the remote origin with git remote add origin ....

    It's worth checking your remote is correct with git remote -v

提交回复
热议问题