chenkeyu

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执行

相关文章:

  • 2021-11-18
  • 2021-06-28
  • 2021-08-10
  • 2021-04-25
  • 2021-08-12
  • 2021-07-22
  • 2021-09-12
猜你喜欢
  • 2021-10-11
  • 2021-11-16
  • 2021-05-26
  • 2021-06-19
  • 2021-08-19
  • 2021-08-23
  • 2020-11-12
相关资源
相似解决方案