You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
[x]
):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)
The text was updated successfully, but these errors were encountered: