-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to push (ssh keys problem) #383
Comments
The problem was that I had non-latin characters in the user profile path. I think it's a bug |
I had the same problem. Corrected by adding variable HOME. This path must not contain Latin characters. |
This is most likely the same problem as #331 |
Here is a temporary solution. How to properly rename a profile path |
Let's call it a work-around, okay? 😃 |
Just had the same problem on windows 8.1 even with pure acsii in Would be nice when this is fixed to find some documentaion about, where to have the .ssh keys. |
Everybody who has this problem should download |
Thanks @dscho , I'll try |
This fixes git-for-windows/git#336 and git-for-windows/git#383 Signed-off-by: Johannes Schindelin <[email protected]>
"Could not create directory '/c/Users/\336\360\340/.ssh'.
Failed to add the host to the list of known hosts (/c/Users/\336\360\340/.ssh/known_hosts).
Permission denied (publickey).
fatal: Could not read from remote"
I'm getting this error when I try to push to remote from UI or command line. As I understand the program unable to find the ssh keys. I've read some SO topics, all they advised to set correctly Windows "HOME" variable. I set to C:\Users\Юра (confirmed by echo $HOME). It doesn't help. Any other suggestions?
UPD: Windows 7, 32bit, Git for win 2.5.2
The text was updated successfully, but these errors were encountered: