【发布时间】:2020-02-11 14:09:57
【问题描述】:
我正在尝试安装所有这 3 个东西以使其真正起作用:
- https://github.com/MrAlex94/Waterfox(我已经安装了这个,但我无法将 firessh 添加为插件)
- https://github.com/mimecuvalo/firessh(终端执行后)
git clone git://github.com/mimecuvalo/firessh.git
git submodule init
fatal: not a git repository (or any of the parent directories): .git
【问题讨论】:
-
不应该以
git init或git clone开头吗? -
我刚刚发布了这部分代码,因为这是我收到错误消息的地方,另一个在 git 描述中。但我会在那里编辑它。不用担心
标签: git github terminal installation