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
I had this error when trying to deploy with Capistrano.
I was missing the deploy key for that Bitbucket repo.
Here's how to solve the issue:
Once that's finished just go to the Bitbucket repo > Settings > Deploy Keys and copy and paste your newly created key.