From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: code.orgmode.org misbehaving? Date: Sun, 02 Sep 2018 19:19:25 -0500 Message-ID: <87sh2rigaa.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwcb2-0007Ii-BQ for emacs-orgmode@gnu.org; Sun, 02 Sep 2018 20:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwcad-00018S-4B for emacs-orgmode@gnu.org; Sun, 02 Sep 2018 20:19:38 -0400 Received: from [195.159.176.226] (port=32969 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fwcac-000189-UA for emacs-orgmode@gnu.org; Sun, 02 Sep 2018 20:19:35 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fwcYT-0002wh-LX for emacs-orgmode@gnu.org; Mon, 03 Sep 2018 02:17:21 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, Trying to pull with git from the main Org repo, I'm getting errors from git: fatal: https://code.orgmode.org/bzg/org-mode.git/info/refs not valid: is this a git repository? Loading https://code.orgmode.org/ in a browser, that page loads fine, but loading https://code.orgmode.org/bzg/org-mode does not: the server appears to be inserting debug messages before the HTTP headers, which causes the browser and git to fail to parse the response. The raw HTTP response begins with: 2018/09/03 00:14:32 [TRACE] Session ID: badcd72c524a221e 2018/09/03 00:14:32 [TRACE] CSRF Token: 6GjMG7eVb5ftPm2fwg0PMuBUY7c6MTUzNTkzMzI5MDc1NTE5OTU0Mg== 2018/09/03 00:14:32 [TRACE] Template: repo/home HTTP/1.0 200 OK Content-Type: text/html; charset=UTF-8 Date: Mon, 03 Sep 2018 00:14:32 GMT ... Thanks, Adam