Skip to content

Commit 4b5d58f

Browse files
authored
Merge pull request #24 from iit-DLSLab/using_https_in_submodules
Using https in submodules 🌐
2 parents 99894ed + d74460f commit 4b5d58f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[submodule "dls2"]
22
path = dls2
3-
url = git@github.com:iit-DLSLab/dls2.git
3+
url = https://github.com/iit-DLSLab/dls2.git
44
[submodule "robotlib"]
55
path = robotlib
6-
url = git@github.com:iit-DLSLab/robotlib.git
6+
url = https://github.com/iit-DLSLab/robotlib.git
77
[submodule "dls2_ros2_interface"]
88
path = dls2_ros2_interface
9-
url = git@github.com:iit-DLSLab/dls2_ros2_interface.git
9+
url = https://github.com/iit-DLSLab/dls2_ros2_interface.git
1010
[submodule "dls2_msgs"]
1111
path = dls2_msgs
12-
url = git@github.com:iit-DLSLab/dls2_msgs.git
12+
url = https://github.com/iit-DLSLab/dls2_msgs.git
1313
[submodule "pinocchio-gluecode"]
1414
path = pinocchio-gluecode
15-
url = git@github.com:iit-DLSLab/pinocchio-gluecode.git
15+
url = https://github.com/iit-DLSLab/pinocchio-gluecode.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker pull ghcr.io/iit-dlslab/dls2-dev:latest
3939
```bash
4040
mkdir dls_ws
4141
cd dls_ws
42-
git clone --init --recursive https://github.com/iit-DLSLab/dls2-barebone.git
42+
git clone --recursive https://github.com/iit-DLSLab/dls2-barebone.git
4343
```
4444
## Open docker image
4545
```bash

dls2

Submodule dls2 updated 1 file

0 commit comments

Comments
 (0)