Git bash 找不到命令
Git bash Command not found
我正在尝试在 windows 10 中使用 git bash 安装本地 gridstudio。当我 运行 ./run.sh
时,我得到以下
./run.sh: line 5: docker: command not found
./run.sh: line 11: docker: command not found
然后我去了http://127.0.0.1:8080
,浏览器说无法访问这个页面。我正在做这个安装告诉我要做的事情。
https://github.com/ricklamers/gridstudio/wiki/Installation
我该如何解决这个问题?
gridstudio已成功下载并解析
这是日志:
MINGW64 ~
$ git clone https://github.com/ricklamers/gridstudio
Cloning into 'gridstudio'...
remote: Enumerating objects: 1844, done.
remote: Counting objects: 100% (1844/1844), done.
remote: Compressing objects: 100% (782/782), done.
remote: Total 1844 (delta 1021), reused 1782 (delta 967), pack-reused 0
Receiving objects: 100% (1844/1844), 127.51 MiB | 68.00 KiB/s, done.
Resolving deltas: 100% (1021/1021), done.
MINGW64 ~
$ cd gridstudio && ./run.sh
./run.sh: line 5: docker: command not found
./run.sh: line 11: docker: command not found
该错误表明您没有安装 Docker。尝试使用 Grid Studio 说明下方提供的 link 安装它(即 https://docs.docker.com/install/)
我正在尝试在 windows 10 中使用 git bash 安装本地 gridstudio。当我 运行 ./run.sh
时,我得到以下
./run.sh: line 5: docker: command not found
./run.sh: line 11: docker: command not found
然后我去了http://127.0.0.1:8080
,浏览器说无法访问这个页面。我正在做这个安装告诉我要做的事情。
https://github.com/ricklamers/gridstudio/wiki/Installation
我该如何解决这个问题?
gridstudio已成功下载并解析
这是日志:
MINGW64 ~
$ git clone https://github.com/ricklamers/gridstudio
Cloning into 'gridstudio'...
remote: Enumerating objects: 1844, done.
remote: Counting objects: 100% (1844/1844), done.
remote: Compressing objects: 100% (782/782), done.
remote: Total 1844 (delta 1021), reused 1782 (delta 967), pack-reused 0
Receiving objects: 100% (1844/1844), 127.51 MiB | 68.00 KiB/s, done.
Resolving deltas: 100% (1021/1021), done.
MINGW64 ~
$ cd gridstudio && ./run.sh
./run.sh: line 5: docker: command not found
./run.sh: line 11: docker: command not found
该错误表明您没有安装 Docker。尝试使用 Grid Studio 说明下方提供的 link 安装它(即 https://docs.docker.com/install/)