GitHub: ERROR: Repository not found. fatal: The remote end hung up unexpectedly (different from similar posts apparently)

前端 未结 7 1903
醉话见心
醉话见心 2020-12-11 00:11

I created a directory, hello_git. In this directory I created a file, hello_git.py, which prints out a \"Hello git!\" message.

Then I made

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 00:30

    Eric has already given the best answer for this question in the case that the repository does not exist, but I want to point out that:

    The response pair of "Repository not found. / remote end hung up unexpectedly" is also given by GitHub when the repository does exist, but the user does not have permission to push to it.

    If you're absolutely certain that the repository already exists on GitHub, make sure the account you're using has permission to push to that repository.

提交回复
热议问题