diff --git a/README.md b/README.md
index 8ab402641f75545dafd7116127e9c5b8ef7c3f06..11f4a366833f8bffe4e6a6b9c105392ee7d0e29e 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ in a newly created directory where you want the build environment to be
 placed:
 
 	mkdir ohoe && cd ohoe
-	repo init -u ssh://git@git.ostc-eu.org/OSTC/pre-integration/meta-openharmony.git -b dunfell
+	repo init -u https://git.ostc-eu.org/OSTC/pre-integration/meta-openharmony.git -b dunfell
 	repo sync --no-clone-bundle
 
 In case of any problems with the above in China, please try using the
diff --git a/manifests/trunk.xml b/manifests/trunk.xml
index c55f4cc6a2308b9c93042708ebfa25e8459d4c22..3abea290cd399fe8cc35edc9009e92f61d7f0ca8 100644
--- a/manifests/trunk.xml
+++ b/manifests/trunk.xml
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
 SPDX-FileCopyrightText: Huawei Inc.
 -->
 <manifest>
-  <remote name="pre-integration" fetch="ssh://git@git.ostc-eu.org/OSTC/pre-integration" />
+  <remote name="pre-integration" fetch="https://git.ostc-eu.org/OSTC/pre-integration" />
   <remote name="distro" fetch="https://booting.oniroproject.org/distro" />
   <remote name="openembedded" fetch="https://git.openembedded.org" />
   <remote name="yocto" fetch="https://git.yoctoproject.org/git" />