Earlier I used to use bitbucket.org. But it was not working for me as I could not push my Django projects. Whenever I gave the command:
git push -u origin master
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could not understand where I had gone wrong.
Created the repo perfectly with the command:
git remote add origin https://sandywandy@bitbucket.org/sandywandy/blog-app.git
Nothing worked. Posted queries here. None could help me. Now I have shifted to github.com. The same problem is still chasing me. And surprisingly now the error comes still with bitbucket when I am using the commands of GitHub.
If anyone has any solution please help.