Files
Profiles-for-Coder/templates/default/VERSION
T
octoturge 850337530f
Provision Coder Templates / build-images (push) Successful in 7s
Provision Coder Templates / provision (push) Successful in 2m7s
Add a git credential helper for Gitea, backed by tea's own login
Coder's GIT_ASKPASS only knows about github.com; for git.octoturge.com
it falls through to a broken interactive prompt, so `git push`/`pull`
over HTTPS hangs or fails even after `tea login add` succeeds. A
credential helper answering `git credential fill` runs before
GIT_ASKPASS is consulted, so wire one up (gated on the wizard's
existing DID_GITEA check) that reads the live OAuth token straight out
of tea's own credentials.json - verified end-to-end against a running
workspace (git ls-remote over HTTPS authenticated successfully).

Bump every template's VERSION to publish it.
2026-08-31 09:17:55 +02:00

2 lines
2 B
Plaintext