Devstack clone problem (.dev clone)

make[1]: Entering directory ’ ’
./repo.sh clone_ssh
Cloning into ‘course-discovery’…
git : Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
make[1]: *** [Makefile:170: impl-dev.clone.ssh] Error 128
make[1]: Leaving directory ’ ’
Would you like to assist devstack development by sending anonymous usage metrics to edX? Run make metrics-opt-in to learn more!
make: *** [Makefile:173: dev.clone.ssh] Error 2

When you connect to a GitHub repository from Git, you’ll need to authenticate with GitHub using either HTTPS or SSH.

try it : make dev.clone.https

3 Likes