我的公司网络使用PAC脚本.(http://proxyconf.xxx.yy-ss/proxy.pac).
在"git config"命令中使用PAC脚本不起作用."git config --global http.proxy http://proxyconf.xxx.yy-ss/proxy.pac "
我通过下载proxy.pac脚本(100个奇数条目),选择最通用(通常是最底层)代理,并在"git config --global http.proxy"命令中使用我的凭据来实现它.
我已经问过如何通过代理服务器使git工作:
但上述问题没有提及PAC脚本.
是否有一些设置可以直接使用proxy.pac脚本?