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

前端 未结 18 2026
孤城傲影
孤城傲影 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:14

    I had the same issue Kabir Sarin had. The solution was to clone the repo via SSH, instead of using the https URL. so this is what helped me, and hopefully others:

        git clone git@bitbucket.org:{accountName}/{repoName}.git
    

提交回复
热议问题