submodule config issue
infabo opened this issue · 1 comments
Hi!
The submodule djjob can't be cloned when I clone the magento-jobqueue with modman.
$ modman clone https://github.com/jkowens/magento-jobqueue.git
Cloning into 'magento-jobqueue'...
remote: Counting objects: 364, done.
remote: Total 364 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (364/364), 37.06 KiB | 0 bytes/s, done.
Resolving deltas: 100% (118/118), done.
Checking connectivity... done.
Submodule 'lib/DJJob' (git@github.com:seatgeek/djjob.git) registered for path 'lib/DJJob'
Cloning into 'lib/DJJob'...
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:seatgeek/djjob.git' into submodule path 'lib/DJJob' failed
Error trying to clone new module 'magento-jobqueue', operation cancelled.
I updated the submodule config to use the https url to avoid this issue. You may need to open .git/config and update the url there as well.
[submodule "lib/DJJob"]
url = https://github.com/seatgeek/djjob.git