[bojemoi] fix(grafana-watcher): bypass SSH config via GIT_SSH_COMMAND + -F /dev/null
2026-06-30T15:08:07+02:00
false
commit
bojemoi
main
Git Activity
Commit 915f512 par Betty dans bojemoi
Betty
Commit 915f512
Repository
bojemoi
Branch
main
Author
Betty
Hash
915f512fad6e497ec15543260cc5ac03313d49ce
Description
SSH refused /root/.ssh/config (owned by uid 1002, running as root in container).
Set GIT_SSH_COMMAND with -F /dev/null to skip config entirely, using gitea_key_new directly.
Also fixed git diff --cached to use safe.directory and _GIT_ENV.