Skip to content

Release 2.1.57 (2026-06-23)

Bug fixes

  • derive org from clone URL so vrg-git clone mints an installation token (#1786) vrg-git clone (added in #1780) reached GitHub but failed with 'could not read Username': no auth token was injected. get_installation_token(), called with no org, falls back to _detect_org() which reads the current repo's remote — but clone runs outside any repo (cwd /tmp), so the org resolved to None and the function returned before minting a token.

Derive the org from the clone URL argument and pass it explicitly. push/pull/ fetch are unchanged (org still comes from the in-repo remote).