Please upgrade your git client

Posted XUE007QWE

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Please upgrade your git client相关的知识,希望对你有一定的参考价值。

如下Jenkins报错

 

\'Please

我们访问它给的地址

显示  

 

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 config --global http.sslversion tlsv1 在这行Jenkins任务看是否报错

 

我的继续报错如下

找不到sass,查看node-sass文件,里面没有文件。

所以在npm install前设置sass源。

解决方案:直接在当前目录下进行node-sass 的数据源设置

执行

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

npm install --registry=https://registry.npm.taobao.org

继续执行Jenkins 成功。

 

 

 

以上是关于Please upgrade your git client的主要内容,如果未能解决你的问题,请参考以下文章

Please, upgrade your dependencies to the actual version of cor问题

Please, upgrade your dependencies to the actual version of cor问题

GitHub Desktop 出现“please upgrade your plan to create a new private repository”的解决办法

Ubuntu14.04 64bit编译u-boot-2016.07提示 Your dtc is too old, please upgrade to dtc 1.4 or newer

Git冲突:Please commit your changes or stash them before you merge

git commit 时出现:please enter the commit message for your changes