Set the home environment variable to modify the Ssh-key path for git default lookups

Source: Internet
Author: User

Edit the profile in the ETC directory under the GIT installation directory. For example: E:\Git\etc\profile Locate 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

Added in front:

Home= "/home/mark"

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

Attention:

Some versions of Git are incompatible under WINDOWS8, and using the Windows command line does not get the exact path to Ssh-key, which is managed with Git bash.




Set the home environment variable to modify the Ssh-key path for git default lookups

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.