Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Push-on-release message clarifies runner-side credential behaviour and pushInsteadOf skip

Push-on-release failure message now explains credential and pushInsteadOf behavior more precisely

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSelf-Hosted Gitwhat it touches
KindImprovementsin v2.1.268,
You'll notice No documentation found

Push-on-release failure message now explains credential and pushInsteadOf behavior more precisely

What

The error message shown when a push-on-release fails for a governed git mount was reworded. It now says "this runner-side push does not use the session's git-mount push URL," replacing older wording that described the governed mount as simply read-only. When a remote name is involved, the message now also explains that git skips every url.*.pushInsteadOf rule, including global and system-level ones, for this particular push, so the credential being used has to work on its own without relying on such a rule.

Why

This gives a more accurate explanation of why a runner-side push might fail with credential errors, clarifying that push-URL rewriting rules don't apply and the credential must work unassisted.

Read from
Names in the bundlepushInsteadOf

See this entry in the whole of v2.1.268 →

Feedback