commit | 55daa7e6385b6236987a5e26bb39242724730455 | [log] [tgz] |
---|---|---|
author | Zhenxu Ke <kezhenxu94@apache.org> | Sun Dec 20 11:49:05 2020 +0800 |
committer | GitHub <noreply@github.com> | Sun Dec 20 11:49:05 2020 +0800 |
tree | f244edec72f7cd1963b486bab4e9e46bfae7eced | |
parent | dcf0a733d48d8b0cf936c73d9639ad4c4e1a6948 [diff] |
Update submodule over https instead of ssh in case of no ssh is configured (#14)
diff --git a/.gitmodules b/.gitmodules index 84361ee..af41f23 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,3 @@ [submodule "protocol"] path = protocol - url = git@github.com:apache/skywalking-data-collect-protocol.git + url = https://github.com/apache/skywalking-data-collect-protocol.git