Skip to content

Backport URL Key config validation

In a slack thread, we are aware that a customer is having trouble with URL key git configuration after upgrading to v15.5.6. This bug was introduced when we migrated gitconfig to a new format (omnibus MR). The root cause was the global configuration regexp (code) doesn't work well with URL key.

[[git.config]]
key = "http.https://example.com.proxy"
value = "http://proxyUsername:proxyPassword@proxy.server.com:port"

As a result, Gitaly fails to spawn any git subcommands. This problem was fixed in !4952 (merged) (15.6). It should be back-ported to 15.5.

Merge request reports