You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/20 03:40:24 UTC

[skywalking-nodejs] 01/01: Update submodule over https instead of ssh in case of no ssh is configured

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch submodule
in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git

commit e22679b8af5f6551a1f0f61a27b3fa358a01f498
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Dec 20 11:39:55 2020 +0800

    Update submodule over https instead of ssh in case of no ssh is configured
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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