feat(packman): allow user gitconfig credentials for remote network ops#7
Open
eric-jones wants to merge 1 commit into
Open
feat(packman): allow user gitconfig credentials for remote network ops#7eric-jones wants to merge 1 commit into
eric-jones wants to merge 1 commit into
Conversation
b188e6e to
28a53ea
Compare
Network-facing git subcommands (clone, fetch, ls-remote, push) now read credential configuration from the user's ~/.gitconfig so that private remotes such as enthought/gascity_packs can be imported via `gc import install`. Operations inside the cache repo continue to run with GIT_CONFIG_NOSYSTEM=1 / GIT_CONFIG_GLOBAL=/dev/null so global config cannot perturb cached checkouts. doc-packman.md gains a `Subpath-of-repo sources` section pinning the double-slash separator (`org/repo//subpath`) as canonical, and an `Authenticating to private remotes` section describing the expected credential-helper setup. This addresses Phases 1-3 of gc-vgs6u.4 (tr-gepwb). Phase 4 — the consumer-side switch of `cities/gascity-city/pack.toml` from local filesystem imports to remote `github.com/enthought/gascity_packs//<pack>` imports — is a separate downstream change that lives outside this repo and is not included here. Upstream-PR: gastownhall#2305
28a53ea to
a862912
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fork-PR for review. Upstream: gastownhall#2305 WITHDRAWN 2026-05-20 (Q3: credential-handling security boundary; DIRTY anyway). Retained on fork.