Bash:git-upload-pack:command not found issues in MSYSGIT+COPSSH under Windows

Source: Internet
Author: User

Bash:git-upload-pack:command not found

In the literal sense, the bash program cannot find the Git-upload-pack command.

Bash is an EXE in the COPSSH, in the Icw\bin directory, bash can not find git-upload-pack, then what is the basis of bash to find the command?

Simply take a look at the ICW directory and you'll know that bash's lookup is determined by the path variable in the Icw\etc\profile file, so append the path to the Git-upload-pack to the path variable.

Export path= "/bin: $syspath: $winpath: C:/git/libexec/git-core"

This article is from the IT Technology sharing blog, so be sure to keep this source http://watertea.blog.51cto.com/8489855/1614527

Bash:git-upload-pack:command not found issues in MSYSGIT+COPSSH under Windows

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.