All of a sudden RStudio is having difficulties with my ssh credentials.
When trying to push or pull in RStudio I get this error message:
'ssh_askpass: exec(rpostback-askpass): No such file or directory'
I am able to push or pull from the command line with no issues. I enter a command like git push, it prompts for a password and then it works.
When I look in RStudio Global Options | Git/SVN | SSH key the file path is correct and point to my ssh key. When I run through the ssh agent commands, all the outputs are correct. The key is active and the location matches up.
Operating system: macOS Monterey
What is causing this to occur? Why is RStudio not reading the ssh files correctly anymore?