R Studio GitHub push/pull only works using Terminal/ Shell; using arrows in IDE produces error

I've been trying to use the arrows in R Studio IDE to pull and push my commits, but I receive the error:

error: cannot spawn sh: No such file or directory
error: cannot spawn rpostback-askpass: No such file or directory
fatal: could not read Username for 'https://github.com': No such file or directory.

However, when I run git pull or git push in the Terminal, the calls work just fine. Anyone else experience this issue? I'm running R Studio 1.2.1511 (but this error was happening in an earlier version too).

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.