I answer to myself, when I delete the suffix .git, I can clone the repo: ``` git clone https://git.replicant.us/replicant/vendor_replicant-data Cloning into 'vendor_replicant-data'... remote: Enumerating objects: 268, done. remote: Counting objects: 100% (268/268), done. remote: Compressing objects: 100% (207/207), done. remote: Total 268 (delta 72), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (268/268), 149.20 KiB | 1.68 MiB/s, done. Resolving deltas: 100% (72/72), done. ``` It does not explain why repo sync fails where git clone succeed.
- Fil Lupin. On Monday, July 13th, 2026 at 12:12 PM, Fil Lupin via Replicant <[email protected]> wrote: > Thank you GNUtoo. > Currently, since several weeks, `repo sync` command freezes : it still runs > but output does not seem to change anymore. > `repo sync` do not go further than vendor_replicant-data.git, just before > toolchain_binutils.git which first took several days to july, 4th: > --- > Fetching projects: 60% (303/501) > mirrors/LineageOS/android_frameworks_multidex.gitreplicant/external_wipe.git: > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > Fetching projects: 74% (375/501) > replicant/hardware_tinyalsa-audio.gitreplicant/external_wipe.git: > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > Fetching projects: 84% (421/501) > replicant/packages_apps_replicantwallpapers.giterror: Cannot fetch > replicant/external_wipe.git from > https://git.replicant.us/replicant/external_wipe.git > Fetching projects: 96% (484/501) > replicant/system_core.gitreplicant/toolchain_binutils.git: > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > Fetching projects: 99% (496/501) > replicant/vendor_replicant.gitreplicant/vendor_replicant-data.git: > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > Fetching projects: 99% (498/501) > replicant/vendor_replicant-scripts.gitreplicant/toolchain_binutils.git: > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > replicant/vendor_replicant-data.git: > fatal: couldn't find remote ref refs/heads/replicant-6.0 > > error: Cannot fetch replicant/toolchain_binutils.git from > https://git.replicant.us/replicant/toolchain_binutils.git > Fetching projects: 99% (499/501) replicant/toolchain_binutils.giterror: > Cannot fetch replicant/vendor_replicant-data.git from > https://git.replicant.us/replicant/vendor_replicant-data.git > Fetching projects: 99% (500/501) replicant/vendor_replicant-data.git > --- > > manifest/default.xml contains line 297 > <project path="vendor/replicant-data" > name="replicant/vendor_replicant-data.git" remote="replicant" /> > > I do not succeed to clone > https://git.replicant.us/replicant/vendor_replicant-data.git : > ---- > git clone https://git.replicant.us/replicant/vendor_replicant-data.git > Cloning into 'vendor_replicant-data'... > fatal: unable to access > 'https://git.replicant.us/replicant/vendor_replicant-data.git/': Failed to > connect to git.replicant.us port 443 after 133422 ms: Could not connect to > server > ---- > but perhaps did I made a typo. > > - Fil Lupin. > > On Monday, July 13th, 2026 at 9:15 AM, Denis 'GNUtoo' Carikli via Replicant > <[email protected]> wrote: > > > On Mon, 13 Jul 2026 11:09:27 +0200 > > Denis 'GNUtoo' Carikli <[email protected]> wrote: > > > > For me that worked: > > > [gnutoo@primarylaptop(aramo) replicant]$ git clone > > > https://git.replicant.us/replicant/toolchain_binutils.git > > > Cloning into 'toolchain_binutils'... remote: Enumerating objects: > > > 35142, done. remote: Counting objects: 100% (35142/35142), done. > > > remote: Compressing objects: 100% (14482/14482), done. > > > remote: Total 35142 (delta 19859), reused 35110 (delta 19851), > > > pack-reused 0 Receiving objects: 100% (35142/35142), 76.85 MiB | > > > 659.00 KiB/s, done. Resolving deltas: 100% (19859/19859), done. > > > Updating files: 100% (15779/15779), done. > > > [gnutoo@primarylaptop(aramo) replicant]$ echo $? > > > 0 > > > > So the question now is what revision of toolchain_binutils do you have > > in your manifest? Or what exact revision of the manifest repository do > > you have? This way we could check if the given revision of > > toolchain_binutils.git that you need is there. > > > > Denis. > _______________________________________________ > Replicant mailing list > [email protected] > https://lists.osuosl.org/mailman/listinfo/replicant > _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
