minimal-manifest-twrp / platform_manifest_twrp_lineageos

Minimal manifest for building TWRP with LineageOS 14.1
66 stars 57 forks source link

repo init using git:// doesn't work #18

Open rumplestilzken opened 1 year ago

rumplestilzken commented 1 year ago

repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_lineageos.git -b twrp-14.1

manifests: fatal: unable to connect to github.com: github.com[0: 140.82.114.3]: errno=Connection timed out

manifests: sleeping 4.0 seconds before retrying

Swapping http:// for git:// gets me a working repo to sync

avef1000 commented 4 months ago

curl -L /default.xml -o .repo/manifests/default.xml

mkdir -p .repo/local_manifests curl -L /twrp-extras.xml -o .repo/local_manifests/twrp-extras.xml

If there are any snippet files, download them as well

curl -L /snippets/ -o .repo/local_manifests/

yurikoles commented 4 months ago

https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/