在安装firessh时出现以下错误

时间:2020-02-11 14:09:57

标签: git github terminal installation

我正在尝试安装所有这三件事以使其真正起作用:

git clone git://github.com/mimecuvalo/firessh.git
git submodule init
fatal: not a git repository (or any of the parent directories): .git

1 个答案:

答案 0 :(得分:0)

git clone之后,您需要输入克隆的存储库:

cd firessh

然后运行其他git命令。

您可以使用子模块进行克隆:

git clone --recursive git://github.com/mimecuvalo/firessh.git