I am trying to configure GIT on my Windows XP machine, but the SSH is building a public / private key pair Looking for non-sensitive places, for example /.ssh/id_rsa
Is there a configuration file in GIT installation for Windows, where I define it in my home directory, or any other user Can I change in place? By default, it offers to make new key pairs on //.ssh/id_rsa, but this did not make me the "directory", "SIS" returns error. " And when I find a directory, I can make it, GIT does not look there.
How to set up my home directory manually in Windows XP:
- Right click "My Computer"
- Select the "Advanced" tab
- Click "Home" in "Variable Name".
- Under the "System variables" section, click "New"
- Enter the "variable value" path of your profile.
To do this by command prompt:
setx HOME "Your \ path \ to \ home"
< P> (Please note the suffix x - this is used to continue the change)
Comments
Post a Comment