The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
When I try pushing my git repository to the repository on Bitbucket, I get the following error:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Sorry, I'm pretty new to github and Bitbucket, and am still trying to get the hang of this. I was trying to use a private repository. Not sure if that is part of the issue.
It turns out that the answer was to create a new ssh key on my own computer and to copy the public key to bitbucket. After that, push origin master worked just fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @wdchild ,
Please do find the link "https://www.atlassian.com/git"
and this is the commands help you out to push the file.
Thank you,
Regards,
Prashant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for answering, but I still get the error at step 5.
...$ git push --set-upstream origin master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.