Git和Visual Studio 2015在公司防火墙和代理背后

Git和Visual Studio 2015在公司防火墙和代理背后,git,proxy,visual-studio-2015,firewall,Git,Proxy,Visual Studio 2015,Firewall,我们正在开发公司防火墙和代理服务器。我们目前面临的各种问题之一是VisualStudio2015使用Git 当我尝试进行同步时,推送时出现以下错误: Failed to push to the remote repository. See the Output window for more details. Chunked encoding upload is not supported on the HTTP/1.0 protocol. 专门针对推送: Failed to push to

我们正在开发公司防火墙和代理服务器。我们目前面临的各种问题之一是VisualStudio2015使用Git

当我尝试进行同步时,推送时出现以下错误:

Failed to push to the remote repository. See the Output window for more details.
Chunked encoding upload is not supported on the HTTP/1.0 protocol.
专门针对推送:

Failed to push to the remote repository. See the Output window for more details.
Chunked encoding upload is not supported on the HTTP/1.0 protocol.

问题是: 问题是我不知道该向IT部门提出什么要求

理想情况下,将有一个众所周知的解决方案,允许无缝地使用主要的开发工具

到目前为止,办公室内完成的大部分工作都不需要主要访问通用互联网,由于我们处理的信息保密,因此在这方面有非常严格的安全政策

我当然可以把问题交给他们,永远等下去,但我想更好地解释一下,我们需要在代理服务器或防火墙上做什么


谢谢,我希望这个问题如前所述是有意义的。

这不是你的IT部门的问题吗?@JonathonReinhart:你说得对,我没有问问题就按下了发送按钮……我也有同样的问题。Push不能通过VisualStudio工作,但可以通过命令行工作。