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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.