GNU bug report logs -
#37232
git pull warns of http redirection
Previous Next
Reported by: Bengt Richter <bokr <at> bokr.com>
Date: Fri, 30 Aug 2019 07:54:02 UTC
Severity: normal
Done: Royce Strange <royball <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On +2019-08-30 10:40:43 +0200, Gábor Boskovits wrote:
> Hello,
>
> Bengt Richter <bokr <at> bokr.com> ezt írta (időpont: 2019. aug. 30., P, 9:54):
>
> > Hi all,
> >
> > It seems to be working, but I like to
> > eliminate warnings ;-)
> >
> > To reproduce, cd into your repo dir, then:
[...]
> > $ git config -l
> > core.editor=emacs
> > user.name=Bengt Richter
> > user.email=bokr <at> bokr.com
> > core.repositoryformatversion=0
> > core.filemode=true
> > core.bare=false
> > core.logallrefupdates=true
> > remote.origin.url=http://git.sv.gnu.org/r/guix.git
>
>
> This line says, that you confgiured remote is git.sv.gnu.org ...
>
Yes, but AFAIK I only used git config to add my name, email, and
preferred editor.
>
> >
> > remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
> > branch.master.remote=origin
> > branch.master.merge=refs/heads/master
> > $ git pull
> > warning: redirecting to http://git.savannah.gnu.org/r/guix.git/
> > Already up to date.
> > $
> >
>
> And this is the current url:
>
> git clone https://git.savannah.gnu.org/git/guix.git
>
Is that how guix info docs should read now, unlike what I used
from there? I'll try it fresh into a new guix git repo ...
Aha! Now, right after cloning, I get this
from git config -l:
core.editor=emacs
user.name=Bengt Richter
user.email=bokr <at> bokr.com
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://git.savannah.gnu.org/git/guix.git
^^^^^--joy :)
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
And: git pull does not warn about http redirection \o/ :-)
Thank you!
[...]
Regards,
Bengt Richter
This bug report was last modified 4 years and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.