My corporate network works with a PAC script.(http://proxyconf.xxx.yy-ss/proxy.pac).
Using the PAC script in the "git config" command does not work. "git config --global http.proxy http://proxyconf.xxx.yy-ss/proxy.pac"
I got it to work by downloading the proxy.pac script (100 odd entries), selecting the most generic (usually the bottom most) proxy, and using it with my credentials in the "git config --global http.proxy" command.
I have already asked about making git work through a proxy server:
but the above questions make no mention of PAC scripts.
Is there some setting with which I can directly use the proxy.pac script?