I am using Git for Windows with Windows server.
I would like to set the proxy server to use only access to a specific repository.
How to change the proxy settings for git by repository
I have referred to , but it is difficult to set up similar URLs one by one, so
https://*.example.com/*
Is it impossible to set it as a wildcard like this?
In git-config
section (the link appears to be broken and cannot fly to the affected area)
https://*.example.com/
for example would match https://foo.example.com/
, but not https://foo.bar.example.com/
.
said he.
[http]
proxy=http://proxy.acme.com:8080
[http "http://*.example.com/"]
proxy=
If so, I can write it.
581 PHP ssh2_scp_send fails to send files as intended
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.