use-adapt / adapt

A planning tool for using diabetes-related open-source projects.
https://use-adapt.github.io/
4 stars 3 forks source link

clean install fails - submodule #21

Closed jessiepusateri closed 7 years ago

jessiepusateri commented 7 years ago

Upon performing a clean install, I get the following error:

Cloning into 'adapt'...
remote: Counting objects: 405, done.
remote: Compressing objects: 100% (59/59), done.
remote: Total 405 (delta 35), reused 10 (delta 10), pack-reused 335
Receiving objects: 100% (405/405), 212.35 KiB | 0 bytes/s, done.
Resolving deltas: 100% (180/180), done.
Checking connectivity... done.
Submodule 'data' (git@github.com:use-adapt/data.git) registered for path 'data'
Cloning into '/Users/jessie/workspace/adapt/data'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:use-adapt/data.git' into submodule path '/Users/jessie/workspace/adapt/data' failed
zmarvel commented 7 years ago

As @jessiepusateri and I concurrently discovered, the data submodule should use the HTTPS URL. (We hadn't encountered the issue since we all had access to the repository.)

zmarvel commented 7 years ago

Fixed in the configurator repo too.