Git error: conq: repository does not exist

前端 未结 13 1797
别那么骄傲
别那么骄傲 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 02:51

    In some cases (maybe not yours) you may have to change

    url = git@guthub.com:username/projectname.git/

    to

    url = https://github.com/username/projectname.git/

    using the Nano editor, say:

    nano .git/config

提交回复
热议问题