Git error: conq: repository does not exist

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

    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:

    1. Generate an SSH Key on your server: https://confluence.atlassian.com/display/STASH/Creating+SSH+keys
    2. Follow these instructions to get ssh-agent running, and load in the identity you just created: https://confluence.atlassian.com/display/BITBUCKET/Troubleshoot+SSH+Issues

    Once that's finished just go to the Bitbucket repo > Settings > Deploy Keys and copy and paste your newly created key.

提交回复
热议问题