我是一个新用户,而且,这是我第一次使用SVN。(我认为问题是SVN而不是Shogun)这些是我使用的环境:
现在,我遇到了麻烦,我想开始一个简单的Shogun示例(在文档中复制)如下:
#include <shogun/base/init.h>
using namespace shogun;
int main(int argc, char** argv)
{
init_shogun();
exit_shogun();
return 0;
}然后,我试着在Vs 2013中编译它,它告诉我:
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/躯干’写出来,但是乌龟只是很长一段时间没有响应,然后它回答我:。
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,所以我更改服务器,以启用代理服务器,下面是我的设置:
Server address: 127.0.0.1
Port: 8087然后我试着再次结账,因为:
当我退房的时候http://msinttypes.googlecode.com/svn/trunk_
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秒内传输“
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个链接,所以上面所有的网址都在'_‘之前添加了一个’‘标记)
发布于 2016-07-29 10:53:45
谷歌代码不再可用:http://msinttypes.googlecode.com/svn/trunk。这就是为什么该工具无法访问googlecode.com。
https://stackoverflow.com/questions/35978865
复制相似问题