> > > > > git remote show origin > > * remote origin > > Fetch URL: http://git.savannah.gnu.org/r/emacs.git/ > > Push URL: http://git.savannah.gnu.org/r/emacs.git/ > > HEAD branch: master > > The URLs don't look correct to me, although with all the aliases > around I could be wrong. > > Ouch. The first URL posted by Eric Raymond was git.sv.gnu.org:/srv/git/emacs.git and it gave me a 'permission denied' error when trying to clone it. > What does this show in the master branch after you "git pull": > > git rev-parse HEAD > > git rev-parse HEAD 658b768a6534ae6e77a8547a56fc31b46b63710b Fabrice