bower install 出现 “Git is not installed or not in the PATH” 解决方法

1.安装时确认选择了 "run git from the windows command prompt" 选项;

2.确认环境变量path中有 “C:\Program Files\Git\bin” 和 “C:\Program Files\Git\cmd" (根据实际安装路径);

3.重启(重装git并且确认选择第二个选项后,重启才能生效)。

时间: 2024-11-06 09:57:15

bower install 出现 “Git is not installed or not in the PATH” 解决方法的相关文章

Bower : ENOGIT git is not installed or not in the PATH

全局安装bower $ npm install -g bower 检测成功 $ bower help 在项目根目录下进行安装(最新版本),会自动生成一个bower_components文件夹(如果在cmd下会出bug就修改下环境变量,或者用git bash) $ bower install jquery 列出已安装包列表 $ bower list 搜索包 $ bower search <package name> 查看包信息 $ bower info <package name>

vim傻瓜式配置 + git clone的速度慢到难以忍受问题的解决方法~

一般在github上面看到一个好的开源项目,想要使用它,或者想要研究一下它的源码,这时我们需要使用git clone命令. git clone就是仓库克隆,把服务端的仓库克隆到本地,和git push相对(以前都说push的反义词是pop,现在又多了一个~~) 举个例子,我最常克隆的仓库是vimplus,自动配置vim的神器,毕竟自己懒得配置,但不配置一下又跟那啥一样.这个到网上一搜,万能的网友会告诉你,先把仓库克隆下来(或许他们甚至没有这句话,直接给命令了),他们用的命令都是: git clo

maven, install 时候报错“编码 gbk 的不可映射字符”的解决方法

myeclipse maven, install 时候报错"编码 gbk 的不可映射字符" 报错的原因是compiler采用了GBK编码,而源代码设置的是utf8编码导致编译的时候无法正确解析源码,解决方法很简单,在pom的compiler插件配置处加入<encoding>utf8</encoding> 即可,如下: <build>        <plugins>            <plugin>           

pip install scrapy报错:error: Unable to find vcvarsall.bat解决方法

今天在使用pip install scrapy 命令安装Scrapy爬虫框架时,出现了很让人头疼的错误,错误截图如下: 在网上查找解决方法时,大致知道了问题的原因.是因为缺少C语言的编译环境,其中一种解决方法就是安装相对应版本的Visual Studio,但是安装VS本身就极其麻烦,所以这种方法是不推荐的.第二种方法就是下载已经编译好的安装包. 1. 下载.whl安装包 可以到下面这个网址中下载与python版本以及系统(32位或64位)相匹配的Twisted版本,比如我下载的就是Twisted

Java compiler与installed Java project face不匹配解决方法

1. 错误截图 2.原因分析 This error is because of maven compiler plugin defaults. Which is currently 1.5. So if you are using java 1.6 for building your project, you are going to face this issue every time you run this command: 3. 解决方案 To solve this issue, you

用git上传时出现411 Length Required的解决方法

今天用eclipse插件版的git上传文件,可是以前怎么传都是好的,今天就遇到了 411 Length Required 很是奇怪,上网一查发现是git有默认上传大小,如果上传的文件大于10M就会出现这个问题,好了,下面我改一下 Eclipse>Preferences>Team>Git>Configuration>Add Entry 输入 http.postBuffer做为key,1000000000做为value (1G大小应该够了) 好了,修改完后,再去提交一下,成功了吧

npm install出现&quot;Unexpected end of JSON input while parsing near&quot;错误解决方法

今天在安装新的vue环境的时候报错了,错误为"Unexpected end of JSON input while parsing near........." 此时,运行代码: npm cache clean --force 问题就可以解决 原文地址:https://www.cnblogs.com/wxy-developer/p/9430181.html

Git 一些错误的解决方法

Git初学者的个人经验记录,仅供参考 1. Pull is not possible because you have unmerged files. 症状:pull的时候 $ git pull Pull is not possible because you have unmerged files.Please, fix them up in the work tree, and then use 'git add/rm <file>'as appropriate to mark resol

ubuntu使用bower install问题汇总

环境:Ubuntu 14.04 LTS 1. “/usr/bin/env: node: 没有那个文件或目录” 解决办法:sudo ln -s /usr/bin/nodejs /usr/bin/node 参考:ubuntu中出现错误:“/usr/bin/env: node: 没有那个文件或目录”的解决 2. unable to access GITHUB with bower install bower install 时出现如下错误: more...bower bootstrap#^3.3.4