Repository access denied. access via a deployment key is read-only

前端 未结 18 2053
孤城傲影
孤城傲影 2020-11-29 15:49

After successfully cloning my repo from heroku and added another remote

1/ git clone git@heroku.com:[APP].git
2/ git remote add bitbucket ssh://git@bitbucket         


        
18条回答
  •  天涯浪人
    2020-11-29 16:21

    for this error : conq: repository access denied. access via a deployment key is read-only.

    I change the name of my key, example

    cd /home/try/.ssh/
    mv try id_rsa
    mv try.pub id_rsa.pub
    

    I work on my own key on bitbucket

提交回复
热议问题