From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bengt Richter Subject: bug#37232: git pull warns of http redirection Date: Fri, 30 Aug 2019 03:25:06 -0700 Message-ID: <20190830102506.GB16694@PhantoNv4ArchGx.localdomain> References: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> Reply-To: Bengt Richter Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41414) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3e6W-0003xx-O2 for bug-guix@gnu.org; Fri, 30 Aug 2019 06:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3e6U-0003M0-Lz for bug-guix@gnu.org; Fri, 30 Aug 2019 06:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44522) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i3e6U-0003LG-Dp for bug-guix@gnu.org; Fri, 30 Aug 2019 06:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i3e6U-0001pu-87 for bug-guix@gnu.org; Fri, 30 Aug 2019 06:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 37232@debbugs.gnu.org On +2019-08-30 10:40:43 +0200, Gábor Boskovits wrote: > Hello, > > Bengt Richter 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@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@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