我目前正在开发一个托管在visualstudio.com上的项目(Visual Studio online),我选择Git作为代码库,但是当我尝试将代码中的更改推送到Git存储库时,我遇到了错误.
当我使用Visual Studio 2015推送它时,我收到了错误消息:
Error encountered while pushing to the remote repository: Chunked encoding upload is not supported on the HTTP/1.0 protocol
Run Code Online (Sandbox Code Playgroud)
我也在这台机器上安装了Visual Studio 2013,使用VS2013,我可以将更改推送到存储库而不会出现任何错误.
PS:我在代理服务器后面.(我可以通过代理推送VS2013的更改)