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:23 UTC

[skywalking-nodejs] branch submodule created (now e22679b)

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

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


      at e22679b  Update submodule over https instead of ssh in case of no ssh is configured

This branch includes the following new commits:

     new e22679b  Update submodule over https instead of ssh in case of no ssh is configured

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ke...@apache.org.
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