其他分享
首页 > 其他分享> > 安装git-review

安装git-review

作者:互联网

参考 https://blog.csdn.net/qq18340811755/article/details/80965188

当yum install git-review安装失效,没有安装包时,只能手工安装

下载地址:

wget  http://dl.fedoraproject.org/pub/epel/7Server/x86_64/Packages/g/git-review-1.24-5.el7.noarch.rpm

下载后 安装

rpm -ivh git-review-1.24-5.el7.noarch.rpm

安装到/usr/bin/git-review

git-review是配置gerrit时使用的,代码审核使用。

标签:git,安装,review,noarch,rpm,1.24
来源: https://www.cnblogs.com/newalan/p/10585239.html