I have followed all steps to create remote repo ,Created SSH keys pair, and also been succed to clone repo locally .To day after , now , created some folders and done staging +commit .
Now I cant be able to push :
$ git push origin master
Enter passphrase for key '/home/devuser/.ssh/bitbucket':
Unauthorized
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I inserted also in .ssh/config file :
Host bitbucket.org
AddKeysToAgent yes
IdentityFile ~/.ssh/{ssh-key-name}
It's is strange because all git read operations works and test work fine
$ ssh -T git@bitbucket.org
Enter passphrase for key '/home/devuser/.ssh/bitbucket':
authenticated via ssh key.
You can use git to connect to Bitbucket. Shell access is disabled
Then where is the problem ? please , help 