Set the HOME environment variable to modify the ssh-key Path found by git by default, gitssh-key

Source: Internet
Author: User

Set the HOME environment variable to modify the ssh-key Path found by git by default, gitssh-key

Edit the profile file in the etc directory under the git installation directory. For example:E: \ Git \ etc \ profileFind the following line:

# Set up USER's home directoryif [-z "$ HOME"-o! -D "$ HOME"]; then HOME = "$ HOMEDRIVE $ HOMEPATH" if [-z "$ HOME"-o! -D "$ HOME"]; then HOME = "$ USERPROFILE" fifi

Add the following content before:

HOME = "/home/mark"

Start git bash and run the env command. You can see that the home environment variable has changed.

Note:

Some versions of git may be incompatible in windows 8. You cannot accurately obtain the ssh-key Path using the windows command line. You can use git bash for management.




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.