I can use git to clone and push from my MobaXterm terminal application, but not from Windows PowerShell or RStudio terminal.
When I try to push from these terminals, git doesn't seem to know my username and tries to log me in as user "git." Or, at least, that's how I interpret this
I can't push
or remote show origin
. My password doesn't work at that prompt, and it doesn't seem to know my username.
One thing I tried is to launch git-gui
. When I launch git-gui
from MobaXterm, and choose "Show SSH Key", I can see a key there. When I launch git-gui
from RStudio or PowerShell, I don't.
What's going on here? Are there two git-guis installed? How can I get everything configured correctly? Many thanks!