gitea: libcurl Windows - Unrecognized content encoding type

  • Gitea version (or commit ref
  • Git version: 2.7.4
  • Operating system: Ubuntu 16.04.
  • Database (use [x]):
    • [ X ] PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • [ X ] No
    • Not relevant
  • Log gist:

Description

Trying to clone using git on Windows from gitea repository on Ubuntu Linux 16.04. After a while of running I get the following error:

Cloning into 'testprojekt'... fatal: unable to access 'http://server/user/testprojekt.git/': Unrecognized content encoding type. libcurl understands deflate, gzip content encodings.

Works fine when cloning from a Linux machine. Seems to be an issue wirh Content-Encoding and the windows curl client. Is there a way to configure this?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (9 by maintainers)

Most upvoted comments

Sadly didn’t help. I will try to install nginx reverse proxy tonight. And will report if that solved the problem.

Thank you.