I tried to use this answer, but it didn't work. https://stackoverflow.com/a/5343146/148844
C:\Users\Chloe\workspace\catalyst_research>git --version
git version 2.15.1.windows.2
C:\Users\Chloe\workspace\catalyst_research>git config --global credential.helper manager
C:\Users\Chloe\workspace\catalyst_research>git pull
It pops up a GUI dialog box at this point.
fatal: HttpRequestException encountered.
An error occurred while sending the request.
fatal: HttpRequestException encountered.
An error occurred while sending the request.
Username for 'https://github.com': email@domain.com
Password for 'https://email@domain.com@github.com':
remote: Counting objects: 10, done.
...
2 files changed, 11 insertions(+), 5 deletions(-)
C:\Users\Chloe\workspace\catalyst_research>git config --global credential.helper "cache --timeout=2592000"
C:\Users\Chloe\workspace\catalyst_research>git pull
fatal: HttpRequestException encountered.
An error occurred while sending the request.
git: 'credential-cache' is not a git command. See 'git --help'.
Username for 'https://github.com': email@domain.com
Password for 'https://email@domain.com@github.com':
git: 'credential-cache' is not a git command. See 'git --help'.
Already up to date.
C:\Users\Chloe\workspace\catalyst_research>git pull
fatal: HttpRequestException encountered.
An error occurred while sending the request.
git: 'credential-cache' is not a git command. See 'git --help'.
Username for 'https://github.com': ^C