0

I'm trying to start with EDX using this docs.

When I try to make dev.clone or make dev.provision I got such error

The [course-discovery] repo is already checked out. Checking for updates.
Makefile:56: recipe for target 'dev.clone' failed

What's wrong? And how can I fix that?

Headmaster
  • 2,008
  • 4
  • 24
  • 51

1 Answers1

0

Looks like I have cloned the repository in the wrong way.

To start working on edx devstack, you need to create folder and do git clone there. Then cd devstack and follow instruction.

Hope, that will help somebody, who is starting open edx

Headmaster
  • 2,008
  • 4
  • 24
  • 51