Instructions of openedx devstack installation
我正在尝试在Mac上安装opensx hawthorn版本。我遵循了说明,但是当我运行“ make dev.clone”时,它给了我下面的错误。怎么了?
致命:不是git存储库(或任何父目录):.git
make:*** [Makefile:41:dev.clone]错误128
答案 0 :(得分:1)
步骤2之后,
像这样在第93行上编辑repo.sh文件:
cd $name
git checkout open-release/${OPENEDX_RELEASE}
cd ..
您需要添加1和3行。然后执行进一步的步骤。
答案 1 :(得分:0)
您可以尝试以下命令
make dev.clone.https
默认情况下,当您尝试make dev.clone
时,它会使用ssh克隆存储库。在Windows中,使用ssh进行git clone会产生错误。因此,请尝试使用https进行git clone。