ARTICLE AD BOX
I'm trying to run repo init -u https://android.googlesource.com/kernel/manifest -b android-gs-bluejay-6.1-android16, but the repo can't sync absolutely ALL branches. When I try the same thing with the Android 14 source code, everything works fine. Am I doing something wrong, or is this Google's fault? Should I build the kernel from the android-gs-bluejay-6.1-android15-qpr2-beta branch?
admin@freedomer:~/bluejay$ repo init -u https://android.googlesource.com/kernel/manifest -b android-gs-bluejay-6.1-android16 --depth=1 Downloading Repo source from https://gerrit.googlesource.com/git-repo remote: Finding sources: 100% (4/4) remote: Total 4 (delta 0), reused 4 (delta 0) Your identity is: Vladislav <[email protected]> If you want to change this, please re-run 'repo init' with --config-name repo has been initialized in /home/admin/bluejay admin@freedomer:~/bluejay$ repo sync -c --no-tags -j$(nproc) --fail-fast fatal: couldn't find remote ref refs/heads/android-gs-bluejay-6.1-android16 platform/build/bazel_common_rules: fatal: couldn't find remote ref refs/heads/android-gs-bluejay-6.1-android16 platform/build/bazel_common_rules: sleeping 4.0 seconds before retrying fatal: couldn't find remote ref refs/heads/android-gs-bluejay-6.1-android16 Syncing: 1% (1/82), done in 4.651s ================================================================================ Repo command failed due to the following `SyncFailFastError` errors: GitCommandError: 'fetch --depth=1 --no-auto-gc --quiet --progress aosp --prune --recurse-submodules=no --no-tags +refs/heads/android-gs-bluejay-6.1-android16:refs/remotes/aosp/android-gs-bluejay-6.1-android16' on platform/build/bazel_common_rules failed stdout: fatal: couldn't find remote ref refs/heads/android-gs-bluejay-6.1-android16 admin@freedomer:~/bluejay$