Commcare Deployement error

Thanks for that information, Rodolphe.

The https:// URL is fine, but the submodules are using the old git:// URL format and need to be changed (either the https://github.com/ prefix or the git@github.com: prefix will work, more info at this GitHub doc).

For example, this is what I see on my system:

$ git remote get-url origin 
git@github.com:dimagi/commcare-hq.git

$ git submodule foreach 'git remote get-url origin'
Entering 'corehq/apps/hqmedia/static/hqmedia/MediaUploader'
git@github.com:dimagi/MediaUploader.git
Entering 'submodules/commcare-translations'
git@github.com:dimagi/commcare-translations.git
Entering 'submodules/couchdbkit-aggregate'
git@github.com:dimagi/couchdbkit-aggregate.git
Entering 'submodules/django-digest-src'
git@github.com:dimagi/django-digest.git
Entering 'submodules/django-no-exceptions'
git@github.com:dimagi/django-no-exceptions.git
Entering 'submodules/langcodes'
git@github.com:dimagi/langcodes.git
Entering 'submodules/python-digest'
git@github.com:dimagi/python-digest.git
Entering 'submodules/xml2json'
git@github.com:dimagi/xml2json.git
1 Like