Git error: no content-type header in response

  • Open
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 3 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
87bktyl578.fsf@gmail.com
Hello Guix,

Running: 'guix import elpa -a melpa paredit' produces:

Toggle snippet (26 lines)
Backtrace:
11 (primitive-load "/home/maxim/.config/guix/current/bin/guix")
In guix/ui.scm:
2238:7 10 (run-guix . _)
2201:10 9 (run-guix-command _ . _)
In guix/scripts/import.scm:
92:11 8 (guix-import . _)
In guix/scripts/import/elpa.scm:
104:24 7 (guix-import-elpa . _)
In guix/import/elpa.scm:
213:2 6 (elpa->guix-package _ #:repo _ #:version _)
In ice-9/boot-9.scm:
1752:10 5 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
In guix/store.scm:
659:37 4 (thunk)
In guix/git.scm:
550:8 3 (latest-repository-commit #<store-connection 256.99 7f516171b6e0> "https://mumble.net/~c…" …)
465:29 2 (update-cached-checkout "https://mumble.net/~campbell/git/paredit.git" #:ref _ # _ # _ # _ …)
397:11 1 (_ git-error #<<git-error> code: -1 message: "no content-type header in response" class: …>)
In ice-9/boot-9.scm:
1685:16 0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Git error: no content-type header in response

Cloning the repo via the command line succeeds, so it seems libgit
library has a problem, or the guile-git bindings.

Thanks,

Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 56463@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56463
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help