win-sudo插件解决Git bash 执行脚本报错问题 bash: sudo: command not found

Posted chenkeyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win-sudo插件解决Git bash 执行脚本报错问题 bash: sudo: command not found相关的知识,希望对你有一定的参考价值。

Windows git bash 默认没有sudo命令,可以添加win-sudo插件实现该功能

curl -s https://raw.githubusercontent.com/imachug/win-sudo/master/install.sh | sh

如果上面的命令没有用,可以复制https://raw.githubusercontent.com/imachug/win-sudo/master/install.sh的内容到本地install.sh,然后bash install.sh执行

以上是关于win-sudo插件解决Git bash 执行脚本报错问题 bash: sudo: command not found的主要内容,如果未能解决你的问题,请参考以下文章

使用 PHP 脚本作为提交后挂钩、触发 bash 脚本、执行 git-pull?

bash 脚本从 bash 脚本添加 git 凭据

在 Git Bash 中运行 .sh 脚本

windows怎么提取bash脚本

在 bash 脚本中为 git 提供密码

git bash怎么执行node命令