我正在尝试安装所有这三件事以使其真正起作用:
git clone git://github.com/mimecuvalo/firessh.git
git submodule init
fatal: not a git repository (or any of the parent directories): .git
答案 0 :(得分:0)
git clone
之后,您需要输入克隆的存储库:
cd firessh
然后运行其他git
命令。
您可以使用子模块进行克隆:
git clone --recursive git://github.com/mimecuvalo/firessh.git