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 <!DOCTYPE html> <html> <head data-suburl=""> ... Thanks, Adam