【问题标题】:While Installing firessh I get the following ERROR安装 firessh 时出现以下错误
【发布时间】:2020-02-11 14:09:57
【问题描述】:

我正在尝试安装所有这 3 个东西以使其真正起作用:

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

【问题讨论】:

  • 不应该以git initgit clone 开头吗?
  • 我刚刚发布了这部分代码,因为这是我收到错误消息的地方,另一个在 git 描述中。但我会在那里编辑它。不用担心

标签: git github terminal installation


【解决方案1】:

git clone之后需要进入克隆的仓库:

cd firessh

然后运行其他git 命令。

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

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

【讨论】:

  • cd firessh 解决了这个错误,当我在 firessh 时我已经完成了这个USERNAME$ git clone https://github.com/mimecuvalo/paramikojs
  • 它已经下载了,但我不知道把paramikojs 放在哪里以及如何将整个东西放入waterfox 浏览器(就像普通浏览器一样运行)
  • 在发布堆栈溢出问题git clone --recursive git://github.com/mimecuvalo/firessh.git 之前,我也执行了此操作
  • git clone --recursive git://github.com/mimecuvalo/firessh.git && cd firesshgit clone git://github.com/mimecuvalo/firessh.git && cd firessh && git submodule init && git submodule update
猜你喜欢
  • 1970-01-01
  • 2023-03-09
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-01-12
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多