Skip to content

Commit 230f9cb

Browse files
TortelMegh-Rana
authored andcommitted
manifest: readme: use https
GitHub disabled the git protocol as of Jan 11, 2022 See https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
1 parent fb86dcf commit 230f9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mkdn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CipherOS is a Android Custom OS, Based On AOSP & Fueled by Lineage, Striving to
1111

1212
```bash
1313
# Initialize repo
14-
repo init -u git://github.com/CipherOS/android_manifest.git -b eleven
14+
repo init -u https://github.com/CipherOS/android_manifest.git -b eleven
1515

1616
# Sync
1717
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

0 commit comments

Comments
 (0)