Centos7系统安装软件提示“git is not in the sudoers file. This incident will be reported“
Posted loongembedded
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7系统安装软件提示“git is not in the sudoers file. This incident will be reported“相关的知识,希望对你有一定的参考价值。
文章目录
Centos7系统安装软件的时候提示“git is not in the sudoers file. This incident will be reported.”
(1) 先切换到root账号
su root
(2) 在/etc/sudoers文件添加git账号为sudoers用户
vim /etc/sudoers
##Allow root to run any commands anywhere
root ALL=(ALL) ALL
git ALL=(ALL) ALL
以上是关于Centos7系统安装软件提示“git is not in the sudoers file. This incident will be reported“的主要内容,如果未能解决你的问题,请参考以下文章
求大神帮忙解决关于CentOS系统中安装软件提示缺少文件的问题
Cent OS 6/7 中通过yum安装软件时提示cannot find a valid baseurl...的解决方法