简体   繁体   English

在 Gitbash - Bower 上:ENOGIT git 未安装或不在 PATH 中 -

[英]On Gitbash - Bower : ENOGIT git is not installed or not in the PATH --

I have installed GIT with the option enabled "Run Windows commands ..." and set the PATH to ;C:\\Program Files (x86)\\git\\cmd and in other to check if git is working i'm writing git in the cmd .我已经安装了GIT与选项启用“运行Windows的命令......”,并设置路径; C:\\ Program Files文件(x86)的\\ git的\\ cmd并在其他检查git的工作我正在写gitcmd

It's not working.它不起作用。

any idea about what i am doing wrong?知道我做错了什么吗?

Thank you.谢谢你。 KRs. KRs。 BTR比特率

Why not using the git-scm installer ?为什么不使用git-scm 安装程序

This is what it made for, to install git on windows machine.这就是在 Windows 机器上安装 git 的目的。 In the installer you have options is you want to add it to your cmd & path.在安装程序中,您可以选择将其添加到cmd和路径中。

在此处输入图片说明

我在控制台提示中使用此命令修复了这个问题:

set PATH=%PATH%;C:\Program Files (x86)\Git\bin;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Gitbash - Bower:在PATH中没有安装或不安装ENOGIT git - On Gitbash - Bower : ENOGIT git is not installed or not in the PATH Bower:ENOGIT Git 未安装或不在 PATH 中 - Bower: ENOGIT Git is not installed or not in the PATH Bower - enogit git 未安装或不在 PATH 中 - Bower - enogit git is not installed or not in the PATH 凉亭寄存器错误ENOGIT git未安装或未在路径中 - bower register error ENOGIT git is not installed or not in the path ENOGIT git未安装或不在路径中 - ENOGIT git is not installed or not in the path Bower-使用Symfony Process在PATH中未安装或未安装ENOGIT git - Bower - ENOGIT git is not installed or not in the PATH using Symfony Process 尽管git在用户路径中,但“未安装ENOGIT git或PATH中未安装git” - “ENOGIT git is not installed or not in the PATH” although git is in the user's path Bower“Git not in the PATH”错误 - Bower “Git not in the PATH” error 即使安装了git和stackoverflow中给出的路径变量后,在安装Bower组件时也会“未安装Git或未指定路径” - 'Git not installed or path not specified' while installing bower components even after having git & the path variables as given in stackoverflow Windows中的bower init命令错误(gitbash) - bower init command error (gitbash) in windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM