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

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

    In my case a problem was in a wrong URL.

    Instead of

    https://gitlab.com/username/my_repository.git

    I wrote

    https://gitlab.com/username/my_repository/ (copied from a browser)

提交回复
热议问题