Openedx devstack installation
Asked Answered
T

2

5

Instructions of openedx devstack installation

I'm trying to install the openedx hawthorn release on my Mac. I followed the instructions, but when I ran make dev.clone, it gave me the error below:

fatal: not a git repository (or any of the parent directories): .git

make: *** [Makefile:41: dev.clone] Error 128

My command line

Any suggestions on how to resolve this issue?

Tillio answered 9/11, 2018 at 1:27 Comment(1)
Please follow this instructions/guide. It works fine. github.com/edx/devstack#open-edx-devstack-Prank
M
8

after step 2,

edit the repo.sh file on line 93 like this:

cd $name git checkout open-release/${OPENEDX_RELEASE} cd ..

You need to add 1 & 3 line. And then follow further steps.

Majewski answered 7/1, 2019 at 16:50 Comment(0)
N
4

you can try the below command

make dev.clone.https

When you try to make dev.clone by default it uses ssh to clone the repository. In windows using ssh for git clone gives the error. So try using https for git clone.

Nador answered 9/10, 2020 at 13:49 Comment(1)
The error also occurs when using ssh in WSL2.Lammergeier

© 2022 - 2024 — McMap. All rights reserved.