2015-12-23 145 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 - 不知道谷歌有一個服務器的問題還是什麼。 –

回答