On 01/21/2018 07:32 PM, Father Chrysostomos wrote: > The latest commit I can pull from /perl.git on dromedary is: > > commit 59c3c222a42121edb1b3cdd9c71d3c878e3ddb18 > Author: Nicolas R <atoomic@cpan.org> > Date: Mon Sep 25 13:37:06 2017 -0500 > > which is four months old. .git/config contains, among other things: > > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = /perl.git > > Has something changed that would require me to reconfigure it, or > is there something that the sysadmin needs to fix? > Yes, something did change several months ago. The repo was moved from one machine to another by the then sysadmin -- but my memory is fuzzy on the details. FWIW, here's what I have in that part of my .git/config on dromedary: [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git://perl5.git.perl.org/perl.gitThread Previous