2015-12-23 122 views
1

当试图下载的WebRTC最新的源代码在Mac iOS版,它与下面的错误而失败:的WebRTC源下载失败

Running: gclient sync --with_branch_heads 
Error: Command '/usr/bin/python src/webrtc/build/gyp_webrtc -Dextra_gyp_flag=0' returned non-zero exit status 1 in /Users/Latest 
Traceback (most recent call last): 
File "/Users/Latest/depot_tools/fetch.py", line 346, in <module> 
sys.exit(main()) 
File "/Users/Latest/depot_tools/fetch.py", line 341, in main 
return run(options, spec, root) 
File "/Users/Latest/depot_tools/fetch.py", line 335, in run 
return checkout.init() 
File "/Users/Latest/depot_tools/fetch.py", line 142, in init 
self.run_gclient(*sync_cmd) 
File "/Users/Latest/depot_tools/fetch.py", line 76, in run_gclient 
return self.run(cmd_prefix + cmd, **kwargs) 
File "/Users/Latest/depot_tools/fetch.py", line 66, in run 
return subprocess.check_output(cmd, **kwargs) 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 573, in check_output 
raise CalledProcessError(retcode, cmd, output=output) 
subprocess.CalledProcessError: Command '('gclient', 'sync', '--with_branch_heads')' returned non-zero exit status 2 

我下面给here 任何解决方案相同的步骤?

+0

我可以证实相同的问题。在Ubuntu 14.04系统我已经和另一个在不同的城市运行Ubuntu 12.04 - 不知道谷歌有一个服务器的问题还是什么。 –

回答