Got permission denied while trying to connect to the Docker daemon socket.
After cloning the make dev.clone error occurs while executing "make dev.provision". i am working Ubuntu 20.04 EC2
instance.
Asked
Active
Viewed 63 times
1

Harsh Manvar
- 27,020
- 6
- 48
- 102

Simranjeet kaur
- 11
- 4
-
which version of openedx are you using? – Kiran Dec 30 '21 at 05:23
-
I am working on Lilac – Simranjeet kaur Dec 30 '21 at 06:34
-
have you tried with sudo ? sudo make dev.provision – Kiran Dec 30 '21 at 06:37
-
yes, i do tried with sudo – Simranjeet kaur Dec 30 '21 at 08:43
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jan 11 '22 at 09:12
1 Answers
1
Try the following command instead of make dev.clone
make dev.clone.https
It will defiantly work fine. I was facing the same error and solved by this. and please make sure that you are passing the following environmental variable each time when you pass any make command
export OPENEDX_RELEASE=lilac.master
when you pass any make command like make dev.up or clone, it's really important to set the environmental variable to set the branch.

Harsh Manvar
- 27,020
- 6
- 48
- 102

Brijal Kansara
- 130
- 9