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:49:12 UTC

[skywalking-nodejs] branch master updated: Update submodule over https instead of ssh in case of no ssh is configured (#14)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 55daa7e  Update submodule over https instead of ssh in case of no ssh is configured (#14)
55daa7e is described below

commit 55daa7e6385b6236987a5e26bb39242724730455
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Sun Dec 20 11:49:05 2020 +0800

    Update submodule over https instead of ssh in case of no ssh is configured (#14)
---
 .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