thank you ,i have download the code 在 2016年10月24日星期一 UTC+8上午9:27:22,Atiq Rahman写道: > > What is the error do you get? > > In my case, putting following on .bashrc and then relogging to the system > helped, > export HTTPS_PROXY="http://myprox.mydomain.com:8080" > export HTTP_PROXY="http://myprox.mydomain.com:8080" > > Regards, > Atiq > > On Saturday, October 22, 2016 at 2:25:51 AM UTC-7, Zuheng Song wrote: >> >> yes , i connect google by proxy .. >> >> 在 2016年10月21日星期五 UTC+8上午1:47:04,Atiq Rahman写道: >>> >>> You have proxy on your network? >>> >>> On Wednesday, October 19, 2016 at 5:58:58 PM UTC-7, Zuheng Song wrote: >>>> >>>> *fellow the error,what should i do!!!!!!!!!!!* >>>> >>>> fetch v8 >>>> Running: gclient root >>>> Running: gclient config --spec 'solutions = [ >>>> { >>>> "managed": False, >>>> "name": "v8", >>>> "url": "https://chromium.googlesource.com/v8/v8.git", >>>> "custom_deps": {}, >>>> "deps_file": "DEPS", >>>> "safesync_url": "", >>>> }, >>>> ] >>>> ' >>>> Running: gclient sync --with_branch_heads >>>> >>>> v8 (ERROR) >>>> ---------------------------------------- >>>> [0:00:00] Started. >>>> [0:00:00] >>>> >>>> ________ running 'git -c core.deltaBaseCacheLimit=2g clone >>>> --no-checkout --progress https://chromium.googlesource.com/v8/v8.git >>>> /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in >>>> '/home/windys/WorkSpace/v8-js' >>>> [0:00:00] Cloning into >>>> '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'... >>>> [0:00:00] fatal: unable to access ' >>>> https://chromium.googlesource.com/v8/v8.git/': server certificate >>>> verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: >>>> none >>>> >>>> ________ running 'git -c core.deltaBaseCacheLimit=2g clone >>>> --no-checkout --progress https://chromium.googlesource.com/v8/v8.git >>>> /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in >>>> '/home/windys/WorkSpace/v8-js' >>>> [0:00:00] Cloning into >>>> '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'... >>>> [0:00:00] fatal: unable to access ' >>>> https://chromium.googlesource.com/v8/v8.git/': server certificate >>>> verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: >>>> none >>>> >>>> ________ running 'git -c core.deltaBaseCacheLimit=2g clone >>>> --no-checkout --progress https://chromium.googlesource.com/v8/v8.git >>>> /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in >>>> '/home/windys/WorkSpace/v8-js' >>>> [0:00:01] Cloning into >>>> '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'... >>>> [0:00:01] fatal: unable to access ' >>>> https://chromium.googlesource.com/v8/v8.git/': server certificate >>>> verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: >>>> none >>>> >>>> ________ running 'git -c core.deltaBaseCacheLimit=2g clone >>>> --no-checkout --progress https://chromium.googlesource.com/v8/v8.git >>>> /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' in >>>> '/home/windys/WorkSpace/v8-js' >>>> [0:00:04] Cloning into >>>> '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU'... >>>> [0:00:04] fatal: unable to access ' >>>> https://chromium.googlesource.com/v8/v8.git/': server certificate >>>> verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: >>>> none >>>> Traceback (most recent call last): >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line >>>> 954, in _Clone >>>> self._Run(clone_cmd, options, cwd=self._root_dir, retry=True) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line >>>> 1239, in _Run >>>> gclient_utils.CheckCallAndFilterAndHeader(cmd, env=env, **kwargs) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_utils.py", >>>> line 293, in CheckCallAndFilterAndHeader >>>> return CheckCallAndFilter(args, **kwargs) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_utils.py", >>>> line 538, in CheckCallAndFilter >>>> rv, args, kwargs.get('cwd', None), None, None) >>>> CalledProcessError: Command 'git -c core.deltaBaseCacheLimit=2g clone >>>> --no-checkout --progress https://chromium.googlesource.com/v8/v8.git >>>> /home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' returned non-zero exit >>>> status 128 in /home/windys/WorkSpace/v8-js >>>> ---------------------------------------- >>>> Traceback (most recent call last): >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line >>>> 2184, in <module> >>>> sys.exit(main(sys.argv[1:])) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line >>>> 2170, in main >>>> return dispatcher.execute(OptionParser(), argv) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/subcommand.py", line >>>> 252, in execute >>>> return command(parser, args[1:]) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line >>>> 1932, in CMDsync >>>> ret = client.RunOnDeps('update', args) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line >>>> 1395, in RunOnDeps >>>> work_queue.flush(revision_overrides, command, args, >>>> options=self._options) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_utils.py", >>>> line 1037, in run >>>> self.item.run(*self.args, **self.kwargs) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient.py", line 777, >>>> in run >>>> file_list) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line >>>> 166, in RunCommand >>>> return getattr(self, command)(options, args, file_list) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line >>>> 442, in update >>>> self._Clone(revision, url, options) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/gclient_scm.py", line >>>> 962, in _Clone >>>> if os.listdir(tmp_dir): >>>> OSError: [Errno 2] 没有那个文件或目录: >>>> '/home/windys/WorkSpace/v8-js/_gclient_v8_6H9_NU' >>>> Traceback (most recent call last): >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 300, >>>> in <module> >>>> sys.exit(main()) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 295, >>>> in main >>>> return run(options, spec, root) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 289, >>>> in run >>>> return checkout.init() >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 132, >>>> in init >>>> self.run_gclient(*sync_cmd) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 76, in >>>> run_gclient >>>> return self.run(cmd_prefix + cmd, **kwargs) >>>> File "/home/windys/WorkSpace/v8-js/depot_tools/fetch.py", line 66, in >>>> run >>>> return subprocess.check_output(cmd, **kwargs) >>>> File "/usr/lib/python2.7/subprocess.py", line 574, in check_output >>>> raise CalledProcessError(retcode, cmd, output=output) >>>> subprocess.CalledProcessError: Command '('gclient', 'sync', >>>> '--with_branch_heads')' returned non-zero exit status 1 >>>> >>>>
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
