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
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).