Git error: conq: repository does not exist

前端 未结 13 1449
别那么骄傲
别那么骄傲 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条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 03:08

    In my case, i changed the repo name. Therefore, i was not able to push because changing repo name also changed repo remote url. Thus,

    First remove previous remote url by git remote rm origin now add new one and do push.

    Hope it'll help someone. Cheers!

提交回复
热议问题