Suddenly several of our developers can fetch or push to the remote repository.
It has worked before and is still working for other developers.
They get permission denied (public key). fatal could not read from the remote repository
This is strange as it has worked for them before
Any advice how to solve the problem
This was caused by problems with ssh keys. Now we use http instead
Hi Annicka,
I'd advise you to open a support request at https://support.atlassian.comand create and upload a support zip (Administration > Support Tools > Support Zip). That will allow our support engineers to have a look at your logs and sort out what might have gone wrong.
Cheers,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"permission denied (public key)" means the server is rejecting their connection. Their could be a number of reasons. Check for typos. Verify that you have a private key generated and loaded into ssh: 'ssh add -l'. If that command does not print anything, you will need to load an existing SSH key by running 'ssh-add path/to/key'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.