Answer the question
In order to leave comments, you need to log in
ssh won't start ( Permission denied (publickey) )?
I just made a set of commands:
git init
git remote add origin my_repo
git add .
git commit -m "f commit"
git push origin master and after that :
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Answer the question
In order to leave comments, you need to log in
Have you uploaded the public key to bitbucket?
Does git know where your key is? (if the keys are not named by default)
Are the rights to the key and its directory correct? (should be 400)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question