cmd/go: prioritize local git config over global git config #46889
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
go get
for private repos can configured to usegit://
protocol repo fetches instead ofhttps://
ifgit
is configured at the global level as follows:as seen in https://gist.github.com/dmitshur/6927554
However, this only seems to work with
--global
. I only want to change this behavior on a per-repository basis, prioritizing.git/config
(local) over~/.gitconfig
or~/.config/git/config
(global). There seems to have been another issue related to this that was frozen and closed due to inactivity: #19127Is there a good reason not to support this?
The text was updated successfully, but these errors were encountered: