Skip to content
New issue

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 using git:// doesn't work #18

Open
rumplestilzken opened this issue Feb 12, 2023 · 2 comments
Open

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

rumplestilzken opened this issue Feb 12, 2023 · 2 comments

Comments

@rumplestilzken
Copy link

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
Copy link

avef1000 commented Jul 5, 2024

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

If there are any snippet files, download them as well

curl -L <manifest_url>/snippets/<snippet_file> -o .repo/local_manifests/<snippet_file>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants