yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
912 stars 117 forks source link

Encoding error when using http/2 #168

Open mazimmer opened 4 years ago

mazimmer commented 4 years ago

On Windows clients I have seen encoding errors when trying to interact with GitPrep (installed as CGI, behind Apache 2.4). The workaround was to force the git client to use http/1.1 instead of http/2:

git config --global http.version HTTP/1.1

yuki-kimoto commented 4 years ago

thank you.

Do you hope what I do?

Add this to Document?