Menu

#1186 Unable to clone fluxbox.git repo

future release
open
nobody
None
5
2021-04-19
2021-04-19
Tuxo Holic
No
git clone http://git.fluxbox.org/fluxbox.git/
Cloning into 'fluxbox'...
error: Unable to get pack index http://git.fluxbox.org/fluxbox.git/objects/pack/pack-44d2170680574c1104544c859905d0776d940cce.idx
error: Unable to find 96ac38b54171d8a586fa60b2e7316993c02bc755 under http://git.fluxbox.org/fluxbox.git
Cannot obtain needed object 96ac38b54171d8a586fa60b2e7316993c02bc755
while processing commit f76720d918d1a2c72811a6ec5b3a1fc4b52f768c.
error: fetch failed.

Any idea what this is about? Last commit is from one year ago (04/20)

Discussion

  • Mathias Gumz

    Mathias Gumz - 2021-04-19

    $> git clone git://git.fluxbox.org/fluxbox.git
    Cloning into 'fluxbox'...
    remote: Counting objects: 37562, done.
    remote: Compressing objects: 100% (10193/10193), done.
    remote: Total 37562 (delta 28977), reused 35250 (delta 27307)
    Receiving objects: 100% (37562/37562), 9.34 MiB | 11.05 MiB/s, done.
    Resolving deltas: 100% (28977/28977), done.

    the frontend serving the repo just does not not support "http".

     
  • Tuxo Holic

    Tuxo Holic - 2021-04-19

    thank you, works fine now.

     

Log in to post a comment.