Git error: conq: repository does not exist

前端 未结 13 1451
别那么骄傲
别那么骄傲 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:06

    in my case, i mixed up usernames:

    in my scenario there are 2 accounts: i need to connect using my-account to the repository's owner-account:

    owner-acc   - created, maintaining the account
    my-acc           - me, a participant
    

    the syntax in this case should be

    url = git@bitbucket.org:owner-acc/repo-name.git
    

    and NOT my username, nor my account-name.

    I assume bitbucket's instructions I followed previously took care of identifying me somehow (it's probably relating my-account with the public key i uploaded earlier).

提交回复
热议问题