Description
- Gitea version (or commit ref): 1.4.0 built with: bindata, sqlite
- Git version: 2.20.1
- Operating system: raspbian buster (raspberry pi 3b+)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I just installed gitea on my raspberry pi which is behind an apache reverse proxy (TLS termination proxy) and I was wondering if anyone could help me with this issue. When I push my repo to my server I get this error:
Enumerating objects: 1193, done. Counting objects: 100% (1193/1193), done. Delta compression using up to 4 threads Compressing objects: 100% (376/376), done. error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 fatal: the remote end hung up unexpectedly Writing objects: 100% (1193/1193), 4.09 MiB | 9.95 MiB/s, done. Total 1193 (delta 540), reused 1193 (delta 540) fatal: the remote end hung up unexpectedly Everything up-to-date
And when I clone I get this error:
error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 fatal: the remote end hung up unexpectedly
Though I am able to push my repo to the direct url (behind the proxy)
(I am using CloudFlare, not sure if that would impact this)
Note:
if you want to see my problem you can try cloning from one of my repos on my website.
(for instance you could use my minecraft plugin: https://repo.voidcitymc.com/ramdon-person/SimplePolice)