git 克隆命令行不适用于 github 上的 repo

git clone command line is not working for a repo on github

我正在按照 Github 上的代码说明进行操作。第一步是说 打开终端,切换到 ANNA-PALM 源代码文件夹。 然后就是这个命令行

git clone https://github.com/imodpasteur/ANNA-PALM
cd ANNA-PALM

当我在 spyder(在 anaconda 中)上 运行 它时,我得到这个错误

File "<ipython-input-24-b04c1bbc8ffc>", line 1
  git clone https://github.com/imodpasteur/ANNA-PALM
        ^
SyntaxError: invalid syntax

这应该是 terminal/cmd 中的 运行 不是 python shell

  1. 在要添加克隆存储库的目录中打开文件资源管理器

  2. 在目录栏输入cmd

  3. 在cmd中输入:

    git clone https://github.com/imodpasteur/ANNA-PALM
    cd ANNA-PALM