内容简介:当通过代理访问SVN repo时,我遇到了同样的问题.我的解决办法是编辑〜/ .subversion / servers并将需要的代理添加到[全局变量]部分.取消注释相关行(http-proxy-host,http-proxy-port,可选http-proxy-username和http-proxy-password),并在其中输入所需的信息.这是需要的,因为git svn使用〜/ .subversion / servers中存储的设置访问SVN存储库.
我使用git svn与subversion repos进行同步:
$mkdir prj && cd prj $git svn init http://url/to/repos/branches/experimental $git svn fetch
并收到错误消息:
RA layer request failed: OPTIONS of 'http://url/to/repos/branches/experimental': Could not read status line: connection was closed by proxy server (http://url/to/repos) at /usr/bin/git-svn line 1352
为什么和如何解决这个问题?
当通过代理访问SVN repo时,我遇到了同样的问题.
我的解决办法是编辑〜/ .subversion / servers并将需要的代理添加到[全局变量]部分.取消注释相关行(http-proxy-host,http-proxy-port,可选http-proxy-username和http-proxy-password),并在其中输入所需的信息.
这是需要的,因为git svn使用〜/ .subversion / servers中存储的设置访问SVN存储库.
代码日志版权声明:
翻译自:http://stackoverflow.com/questions/750120/ra-layer-request-failed-while-git-svn-fetch
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Spring Cloud 参考文档(重试失败的请求)
- 快速失败机制 & 失败安全机制
- 通过不断地失败来避免失败,携程混沌工程实践
- 快速失败(fail-fast)和安全失败(fail-safe)
- greenplum 集群启动失败
- Nginx 失败重试机制
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Beginning ARKit for iPhone and iPad
Wallace Wang / Apress / 2018-11-5 / USD 39.99
Explore how to use ARKit to create iOS apps and learn the basics of augmented reality while diving into ARKit specific topics. This book reveals how augmented reality allows you to view the screen on ......一起来看看 《Beginning ARKit for iPhone and iPad》 这本书的介绍吧!