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 <[email protected]>
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 = [email protected]:apache/skywalking-data-collect-protocol.git
+       url = https://github.com/apache/skywalking-data-collect-protocol.git

Reply via email to