在bower项目的时候显示如下报错
访问提示中的网址报如下信息
Please upgrade your git client.
GitHub.com no longer supports git over dumb-http: https://github.com/blog/809-git-dumb-http-transport-to-be-turned-off-in-90-days
就是说需要升级git,我的操作系统是centos6.5,git版本是再带的V1.7.1(使用git --version 查看)
首先卸载旧版本git
yum remove git
直接使用这个命令下载的还是1.7.1版本的。不使用源码进行编译是因为依赖太多,总会缺东西。