Slightly different problem to those seen on Forum before - I think.
Running RStudio on a Desktop and a Laptop (Both running Linux Mint 19.3). Have ssh keys set up for each, for ID purposes.
Having created a project on Github I can create the Projct in RStudio and files get copied from Github to the folders on both machines.
An ssh key is used to avoid username/password demands.
I can commit and push changes from my Laptop both from RStudio and the shell. On the Desktop however pushes and pulls are fine from the Shell but not from within RStudio where I get the following error message.
"sign_and_send_pubkey: signing failed: agent refused operation
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
Seems bizarre it communicates when project is created in RStudio on the Desktop, but then doesn't recognise the repository!
Anybody either seen this and solved it or can offer advice on why it is happening?