We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In mirror_pull.go, the proxy settings are retrieved and passed to git operations
gitea/services/mirror/mirror_pull.go
Lines 249 to 259 in 7e596bd
However, in mirror_push.go, the environment is not passed to the underlying interface although it is supported
gitea/services/mirror/mirror_push.go
Lines 164 to 169 in 7e596bd
This prevents push mirrors from using proxies.
Gitea version 1.22.4 built with GNU Make 4.3, go1.22.9 : bindata, sqlite, sqlite_unlock_notify
No
No response
Configure proxy.PROXY_ENABLED/PROXY_URL/PROXY_HOSTS and use push mirrors
None
The text was updated successfully, but these errors were encountered:
Fix various problems (artifact order, api empty slice, assignee check…
e741448
…, fuzzy prompt, mirror proxy, adopt git) (#33569) * Make artifact list output a stable order * Fix #33506 * Fix #33521 * Fix #33288 * Fix #33196 * Fix #33561
f187e50
…, fuzzy prompt, mirror proxy, adopt git) (go-gitea#33569) * Make artifact list output a stable order * Fix go-gitea#33506 * Fix go-gitea#33521 * Fix go-gitea#33288 * Fix go-gitea#33196 * Fix go-gitea#33561
76bd60f
…, fuzzy prompt, mirror proxy, adopt git) (#33569) (#33577) Backport #33569 by @wxiaoguang * Make artifact list output has stable order * Fix #33506 * Fix #33521 * Fix #33288 * Fix #33196 * Fix #33561 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
No branches or pull requests
Description
In mirror_pull.go, the proxy settings are retrieved and passed to git operations
gitea/services/mirror/mirror_pull.go
Lines 249 to 259 in 7e596bd
However, in mirror_push.go, the environment is not passed to the underlying interface although it is supported
gitea/services/mirror/mirror_push.go
Lines 164 to 169 in 7e596bd
This prevents push mirrors from using proxies.
Gitea Version
Gitea version 1.22.4 built with GNU Make 4.3, go1.22.9 : bindata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Configure proxy.PROXY_ENABLED/PROXY_URL/PROXY_HOSTS and use push mirrors
Database
None
The text was updated successfully, but these errors were encountered: