https://bugzilla.wikimedia.org/show_bug.cgi?id=54417
Andre Klapper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testme Status|NEW |UNCONFIRMED Ever confirmed|1 |0 Whiteboard| |aklapper-moreinfo --- Comment #5 from Andre Klapper <[email protected]> --- (In reply to Matthew Flaschen from comment #0) > The *first* time you try to clone a repository in a directory with: > git clone > https://git.wikimedia.org/git/mediawiki/extensions/SomeExtension.git > it fails with: > > Cloning into 'SomeExtension'... > error: RPC failed; result=22, HTTP code = 405 > fatal: The remote end hung up unexpectedly Tried in a separate local tmp directory and had no problems. Does anybody still see this problem? (Or: What am I doing wrong?) $:andre\> git clone https://git.wikimedia.org/git/mediawiki/extensions/AbuseFilter.gitCloning into 'AbuseFilter'... remote: Counting objects: 1022, done remote: Finding sources: 100% (897/897) remote: Getting sizes: 100% (618/618) remote: Compressing objects: 99% (667197/667198) remote: Total 8858 (delta 32), reused 7967 (delta 0) Receiving objects: 100% (8858/8858), 22.07 MiB | 1.19 MiB/s, done. Resolving deltas: 100% (5990/5990), done. Checking connectivity... done. $:andre\> git clone https://git.wikimedia.org/git/mediawiki/extensions/UploadWizard.git Cloning into 'UploadWizard'... remote: Counting objects: 1528, done remote: Finding sources: 100% (1424/1424) remote: Getting sizes: 100% (1061/1061) remote: Compressing objects: 99% (678617/678618) remote: Total 10560 (delta 92), reused 9136 (delta 0) Receiving objects: 100% (10560/10560), 32.83 MiB | 1.19 MiB/s, done. Resolving deltas: 100% (7141/7141), done. Checking connectivity... done. $:andre\> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
