Last Updated: February 25, 2016
·
1.843K
· mattcodez

Git bash in ConEmu

I'm using ConEmu on Windows and wanted Git Bash to work with it. I first followed the simple tutorial located here. However, my ssh key was not being accessed for authentication with Github. I was able to solve this by preceding the Commands section

set HOME=%USERPROFILE%&& %systemroot...

Note how there is no space before the &&. I initially had a space there and git would try to add the space to the path to my .ssh folder. Repos push great now!

Written by mattcodez

Recommend
Say Thanks
Update Notifications Off
Respond