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

前端 未结 7 1902
醉话见心
醉话见心 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:41

    This can also happen if you've stored incorrect credentials. You can clear the repo's memory to be re-prompted on your next push with this: git config --unset credential.helper

    0 讨论(0)
提交回复
热议问题