首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >"svn: E175012:连接超时“当我编译我的第一个Shogun程序时

"svn: E175012:连接超时“当我编译我的第一个Shogun程序时
EN

Stack Overflow用户
提问于 2016-03-14 03:01:25
回答 1查看 4.2K关注 0票数 0

我是一个新用户,而且,这是我第一次使用SVN。(我认为问题是SVN而不是Shogun)这些是我使用的环境:

  • Windows 10
  • 幕府4.0.0
  • 乌龟-1.9.3.27038-x64-SVN-1.9.3;
  • VisualSVN-5.1.3;
  • VisualSVN-Server-3.5.1-x64;
  • 与2013年相比

现在,我遇到了麻烦,我想开始一个简单的Shogun示例(在文档中复制)如下:

代码语言:javascript
复制
#include <shogun/base/init.h>
using namespace shogun;

int main(int argc, char** argv)
{
    init_shogun();
    exit_shogun();
    return 0;
}

然后,我试着在Vs 2013中编译它,它告诉我:

代码语言:javascript
复制
1>  Generating version header
3>  Building Custom Rule E:/shogun/CMakeLists.txt
3>  CMake does not need to re-run because E:\shogun-configure\CMakeFiles\generate.stamp is up-to-date.
3>  Creating directories for 'MSIntTypes'
3>  Performing download step (SVN checkout) for 'MSIntTypes'
3>  svn: E170013: Unable to connect to a repository at URL ' http://msinttypes.googlecode.com/svn/trunk '
3>  svn: E175012: Connection timed out
3>  C:\ProgramFiles(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error MSB6006: 
"cmd.exe" has exited. code is 1.

然后,我考虑到SVN可能存在一些问题,我试着查看一些结论:

首先,我尝试签出一个我自己创建的结果:‘_rep',它可以正常结帐。

然后,我试着把‘_http://msintypes.googlecode.com/svn/躯干’写出来,但是乌龟只是很长一段时间没有响应,然后它回答我:

代码语言:javascript
复制
 Command: Checkout from _http://msinttypes.googlecode.com/svn/trunk, revision HEAD, Fully recursive, Externals included  
 Error: Unable to connect to a repository at URL  
 Error:  '_http://msinttypes.googlecode.com/svn/trunk'  
 Error: Error running context: 你的主机中的软件中止了一个已建立的连接。(what I use is Chinese,it means "the software in your host stop an connected connection")  

在中国中,我们不能访问googlecode,除非我们使用VPN,所以我更改服务器,以启用代理服务器,下面是我的设置:

代码语言:javascript
复制
  Server address: 127.0.0.1  
  Port: 8087

然后我试着再次结账,因为:

当我退房的时候http://msinttypes.googlecode.com/svn/trunk_

代码语言:javascript
复制
 Checkout from _http://msinttypes.googlecode.com/svn/trunk, revision HEAD, Fully recursive, Externals included
 Unable to connect to a repository at URL'_http://msinttypes.googlecode.com/svn/trunk'
 The HTTP method 'OPTIONS' is not allowed on '/svn/trunk'

当我更新存储库时,我之前已经签出了什么(URL是:_rep)。它慢慢移动,我花了大约半个小时,SVN告诉我:"2 kBytes在20分2秒内传输

代码语言:javascript
复制
  Command: Update  
  Updating: E:\test2  
  Error: Unable to connect to a repository at URL 'https://burningbear:8443/svn/new_rep'  
  Error: Connection timed out  
  Completed!:   

现在,我不知道有什么问题。它花了我几天的时间,我仍然无法解决它。请帮帮我!谢谢你的进阶!(我现在不能发布超过2个链接,所以上面所有的网址都在'_‘之前添加了一个’‘标记)

EN

回答 1

Stack Overflow用户

发布于 2016-07-29 10:53:45

谷歌代码不再可用:http://msinttypes.googlecode.com/svn/trunk。这就是为什么该工具无法访问googlecode.com

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35978865

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档