相关疑难解决方法(0)

在HTTP/1.1 100继续之后,git push挂起(哑)https

我试图推动一些变化,但git push挂起.当我跑步时git push,我看不到任何输出,似乎没有任何事情发生.没有任何活动top,也没有任何迹象表明发生任何事情.

我不控制git托管服务.我正在使用HTTPS URL.我相信托管服务使用的是哑的HTTPS,而不是git的"智能HTTP"协议.在客户端,我使用Mac OS X,并且我已经通过Homebrew安装了git 1.8.1.1(但是使用Xcode的命令行工具中包含的git版本似乎没有什么区别).注销并重新登录似乎没有帮助.我可以从另一个Linux盒子中拉出并推送到这个托管服务/存储库.

下面是一些调试输出,显示git push客户端发出PROPFIND请求后挂起,HTTP/1.1 100 Continue从服务器获取响应,然后没有任何反应:它只是卡住了.

我该如何工作?我可以尝试任何故障排除步骤吗?

$ GIT_CURL_VERBOSE=1 git push -v
Pushing to https://secure2.svnrepository.com/redacted/redacted/
* About to connect() to secure2.svnrepository.com port 443 (#0)
*   Trying 67.228.18.88...
* Connected to secure2.svnrepository.com (67.228.18.88) port 443 (#0)
* Connected to secure2.svnrepository.com (67.228.18.88) port 443 (#0)
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
*    subject: C=US; OU=Domain Control Validated; CN=secure2.svnrepository.com
*    start date: 2012-01-09 16:16:59 GMT …
Run Code Online (Sandbox Code Playgroud)

git git-push

7
推荐指数
1
解决办法
1485
查看次数

标签 统计

git ×1

git-push ×1