Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6595105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:53:48+00:00 2026-05-25T17:53:48+00:00

I am very new to git/versioning I create a git repository with netbeans, commit

  • 0

I am very new to git/versioning

I create a git repository with netbeans, commit the project and when i try to “upload” (?) it (using command line):

git remote add origin git@github:my_username/my_project_name.git
git push -u origin master

I get this error:

C:\Users\Алексей Резников\My Projects\netbeans\CourseProject2011>git push -u origin master
Could not create directory '/c/Users/\200\253\245\252\341\245\251 \220\245\247\255\250\252\256\242/.ssh'.
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is to:p0:se:cr:et:0f:in:ge:rp:ri:nt:0k:ey:00:00:00.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/c/Users/\200\253\245\252\341\245\251 \220\245\247\255\250\252\256\242/.ssh/known_hosts).
Connection closed by 207.97.227.239
fatal: The remote end hung up unexpectedly

Maybe you can tell me, how to do it correctly? Thank you

windows 7, netbenas 7.0.1, git 1.7.6

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:53:48+00:00Added an answer on May 25, 2026 at 5:53 pm

    It looks like your ssh client might be confused by the Cyrillic characters in your home directory name:

    Failed to add the host to the list of known hosts (/c/Users/\200\253\245\252\341\245\251 \220\245\247\255\250\252\256\242/.ssh/known_hosts).
    

    Your ssh client will try to write an entry to the $HOME/.ssh/known_hosts file, and the above error reports an error doing that (unfortunately, it doesn’t say what the error is). For diagnostics, try changing HOME to point somewhere else without Cyrillic characters to see what happens:

    mkdir /c/test_home
    export HOME=/c/test_home
    git push -u origin master
    

    If that works, then it’s probably related to your user name. If that also fails, then the problem may lie somewhere else.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Normally, when I start up a new application, I'd create a new git repository
I'm very new to using Git, so many things escape me. Yesterday I tried
I'm new to Git. Before using Git, I used Subversion for my web project.
Goal: Add a new file to a remote git repository without checking the whole
I'm having a problem using Git. Bear in mind I'm very new to Git.
I'm using Git on a new project that has two parallel -- but currently
I still very new using Subversion. Is it possible to have a working copy
I am very new to Git and I have a slight problem. In SVN
I'm very new to Git and I've been following this online tutorial for converting
I am relatively new to Git, and I'm still not very comfortable with it.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.