Git error: conq: repository does not exist

前端 未结 13 1505
别那么骄傲
别那么骄傲 2021-02-01 02:40

I\'m getting the following errors in Git using BitBucket:

conq: repository does not exist.
fatal: The remote end hung up unexpectedly

How do I

13条回答
  •  旧时难觅i
    2021-02-01 02:50

    Did you encounter this error doing the Rails Tutorial?

    I did. And I'm very new to this so I was only doing was the tutorial explicitly told me to do. That got me into trouble because in chapter 3 it says it’s a good idea to create a new repository at Bitbucket and push it up but it doesn't hold your hand through the process like it does in Chapter 2.

    Don't forget to create the new repository at BitBucket before pushing to that repository.

    From Chapter 2: You should also create a new repository by clicking on the “Create” button at Bitbucket.

    I did that and it fixed the problem.

提交回复
热议问题