Hi, Maybe you are just busy with updates, and it is not insync long enough, but I am currently unable to use git to clone openssh.. Details: michael at x071:[/data/prj/openbsd/openssh]git clone https://anongit.mindrot.org/openssh.git openssh-master Cloning into 'openssh-master'... error: Unable to get pack file https://anongit.mindrot.org/openssh.git/objects/pack/pack-9578955a44fc3ae017246ca6233602d2f01af88e.pack transfer closed with outstanding read data remaining error: Unable to find bca9c66a906e3de0df1067ca95f6880d8aa4a8f5 under https://anongit.mindrot.org/openssh.git Cannot obtain needed object bca9c66a906e3de0df1067ca95f6880d8aa4a8f5 while processing commit 4f29309c4cb19bcb1774931db84cacc414f17d29. error: fetch failed. michael at x071:[/data/prj/openbsd/openssh]git clone git://anongit.mindrot.org/openssh.git openssh-master Cloning into 'openssh-master'... fatal: remote error: access denied or repository not exported: /openssh.git michael at x071:[/data/prj/openbsd/openssh]rm -rf openssh-master michael at x071:[/data/prj/openbsd/openssh]git clone git://anongit.mindrot.org/openssh.git openssh-master Cloning into 'openssh-master'... fatal: remote error: access denied or repository not exported: /openssh.git michael at x071:[/data/prj/openbsd/openssh]git clone https://anongit.mindrot.org/openssh.git openssh-master Cloning into 'openssh-master'... error: inflate: data stream error (incorrect header check) error: inflate: data stream error (incorrect header check) error: inflate: data stream error (incorrect header check) error: inflate: data stream error (incorrect header check) error: inflate: data stream error (incorrect header check) error: File 7ef841eebdaa502705f52a01b38cfbc2bb159f80 (https://anongit.mindrot.org/openssh.git/objects/7e/f841eebdaa502705f52a01b38cfbc2bb159f80) corrupt error: Unable to find 7ef841eebdaa502705f52a01b38cfbc2bb159f80 under https://anongit.mindrot.org/openssh.git Cannot obtain needed tree 7ef841eebdaa502705f52a01b38cfbc2bb159f80 while processing commit f5907982f42a8d88a430b8a46752cbb7859ba979. error: fetch failed.
On 19 January 2018 at 22:40, Michael Felt <michael at felt.demon.nl> wrote:> Maybe you are just busy with updates, and it is not insync long enough, but > I am currently unable to use git to clone openssh..I see similar problems from two different machines. I suspect the server is sick. Damien will need to take a look, but in the mean time there's a mirror on github: git clone https://github.com/openssh/openssh-portable.git -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Fri, 19 Jan 2018, Michael Felt wrote:> Hi, > > Maybe you are just busy with updates, and it is not insync long enough, but I > am currently unable to use git to clone openssh.. > > Details: > > michael at x071:[/data/prj/openbsd/openssh]git clone > https://anongit.mindrot.org/openssh.git openssh-master > Cloning into 'openssh-master'... > error: Unable to get pack file > https://anongit.mindrot.org/openssh.git/objects/pack/pack-9578955a44fc3ae017246ca6233602d2f01af88e.pack > transfer closed with outstanding read data remaining > error: Unable to find bca9c66a906e3de0df1067ca95f6880d8aa4a8f5 under[etc] Not sure what went wrong there. I've done a git fsck/gc and clone seems to work now. As Darren pointed out, you can use the github mirror, but also the https-served copy at https://anongit.mindrot.org/openssh.git -d