We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
curl -L <manifest_url>/default.xml -o .repo/manifests/default.xml
mkdir -p .repo/local_manifests curl -L <manifest_url>/twrp-extras.xml -o .repo/local_manifests/twrp-extras.xml
curl -L <manifest_url>/snippets/<snippet_file> -o .repo/local_manifests/<snippet_file>
Sorry, something went wrong.
https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: