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.git


The following commit(s) were added to refs/heads/master by this push:
     new 20545dd  Use https for submodules so non-authenticated uses can still 
checkout code (#8190)
20545dd is described below

commit 20545dd61160d8433be80c3d7e3e910a04dad853
Author: ken-duck <[email protected]>
AuthorDate: Fri Nov 26 15:56:23 2021 -0400

    Use https for submodules so non-authenticated uses can still checkout code 
(#8190)
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 7031995..f78cd69 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,4 +9,4 @@
        url = https://github.com/apache/skywalking-rocketbot-ui.git
 [submodule "test/e2e-v2/java-test-service/e2e-protocol/src/main/proto"]
        path = test/e2e-v2/java-test-service/e2e-protocol/src/main/proto
-       url = [email protected]:apache/skywalking-data-collect-protocol.git
+       url = https://github.com/apache/skywalking-data-collect-protocol.git

Reply via email to