今天学习Nacos的时候,需要在服务器上安装Nacos,使用
git clone https://github.com/nacos-group/nacos-docker.git报错。
Linux下安装Nacos报-bash: git: command not found
原因:是服务器没用安装git。
解决方案:我的服务器发行版是Centos7,使用 yum install git -y 安装git便可。Ubuntu/Debian下使用 : apt-get install git -y 。以下截图是centos7。
Linux下安装Nacos报-bash: git: command not found
安装成功后再执行命令 git clone https://github.com/nacos-group/nacos-docker.git 便可。

相关文章:

  • 2021-07-13
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-08-27
猜你喜欢
  • 2022-03-06
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2022-03-01
  • 2021-08-23
  • 2021-06-21
相关资源
相似解决方案