I have a suspicion why this error happens when I am trying to push my stub rails app to github.
Does it mean that I can't use Cyrillic account names to work with git?
By the way, in Linux Ubuntu I pushed my code successfully.
I have a suspicion why this error happens when I am trying to push my stub rails app to github.
Does it mean that I can't use Cyrillic account names to work with git?
By the way, in Linux Ubuntu I pushed my code successfully.
Failed to add the host to the list of known hosts
Permission denied (publickey)
And the weird %HOMEPATH%
Sounds like either you don't have your ssh keys set correctly or git is looking for ssh keys at the wrong place. This post may help you configure Git to find your ssh keys.
If you still have trouble GitHub - Set Up Git and GitHub - SSH issues may help you respectively configure your ssh keys and troubleshot the publickey issue.