Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 7cfecd5

Browse files
avoid ssh in .gitmodules
1 parent 503b94f commit 7cfecd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Development branches, we modify those heavily
22
[submodule "third-party/islpp"]
33
path = third-party/islpp
4-
url = git@github.com:nicolasvasilache/isl.git
4+
url = https://github.com/nicolasvasilache/isl.git
55
branch = ntv_dev
66
[submodule "third-party/cub"]
77
path = third-party/cub
8-
url = git@github.com:nicolasvasilache/cub.git
8+
url = https://github.com/nicolasvasilache/cub.git
99
branch = nvrtc-cub
1010
[submodule "third-party/halide"]
1111
path = third-party/halide
@@ -14,7 +14,7 @@
1414
# Mainstream branches, we don't modify those
1515
[submodule "third-party/caffe2"]
1616
path = third-party/caffe2
17-
url = git@github.com:caffe2/caffe2.git
17+
url = https://github.com/caffe2/caffe2.git
1818
[submodule "third-party/gflags"]
1919
path = third-party/gflags
2020
url = https://github.com/gflags/gflags
@@ -23,7 +23,7 @@
2323
url = https://github.com/google/glog.git
2424
[submodule "third-party/ATen"]
2525
path = third-party/ATen
26-
url = git@github.com:zdevito/aten.git
26+
url = https://github.com/zdevito/aten.git
2727
[submodule "third-party/dlpack"]
2828
path = third-party/dlpack
2929
url = https://github.com/dmlc/dlpack.git

0 commit comments

Comments
 (0)