Macos 在OS X上安装v8时出现问题(似乎是某种SVN问题?)

Macos 在OS X上安装v8时出现问题(似乎是某种SVN问题?),macos,v8,Macos,V8,Simplebrew install v8命令给出以下结果 Warning: Your Xcode (5.0.2) is outdated Please update to Xcode 5.1. Xcode can be updated from the App Store. ==> Downloading https://github.com/v8/v8/archive/3.21.17.tar.gz Already downloaded: /Library/Caches/Homebrew

Simple
brew install v8
命令给出以下结果

Warning: Your Xcode (5.0.2) is outdated
Please update to Xcode 5.1.
Xcode can be updated from the App Store.
==> Downloading https://github.com/v8/v8/archive/3.21.17.tar.gz
Already downloaded: /Library/Caches/Homebrew/v8-3.21.17.tar.gz
==> Checking out http://gyp.googlecode.com/svn/trunk
svn: E175002: Unable to connect to a repository at URL 'http://gyp.googlecode.com/svn/trunk'
svn: E175002: OPTIONS of 'http://gyp.googlecode.com/svn/trunk': Could not read status line: connection was closed by server (http://gyp.googlecode.com)
Error: Failed to download resource "v8--gyp"
Failure while executing: svn checkout -q --force http://gyp.googlecode.com/svn/trunk /Library/Caches/Homebrew/v8--gyp--svn -r 1685

这里无法解释这个问题。这一点上的任何信息都会非常有用。

找到了!似乎是AnyConnect的问题


我运行了
sudo/opt/cisco/anyconnect/bin/websecurity\u uninstall.sh
和voila

我遇到了同样的问题,但我找到了另一个解决方案

只需重新安装svn:

brew install svn
删除旧版本:

rm /usr/local/bin/svnversion
重新创建链接:

brew link subversion
然后安装v8

brew install v8

我得到了另一个解决方案:我的xcode安装是全新的,我从未接受过这些条款和条件。只要尝试执行$svn,xcode的条款和条件就会提示

有些东西过时了……谢谢,这为我解决了问题