Open rumplestilzken opened 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
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
curl -L /snippets/ -o .repo/local_manifests/
https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/
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