For anyone facing the same issue, I find this answer(https://stackoverflow.com/a/56607660) working beautifully.
在2019年4月15日星期一 UTC+8 17:19:04<Jonathan Doster> 写道: > Hi Marty, > > I am actually on Ubuntu now and having a different issue, I will file a > new report thank you > > On Sun, Apr 14, 2019 at 3:00 PM <[email protected]> wrote: > >> Jonathan, try to update your certs. >> >> Applications => Python <version> => double-click on Install >> Certificates.command. >> >> On Wednesday, 13 March 2019 19:12:19 UTC+3, Jonathan Doster wrote: >>> >>> Hi everyone! >>> >>> I am receiving this error when trying to fetch Chromium, and I haven't >>> seen anything else posted about it. >>> It seems to be due to an SSL Certificate error, I looked for the flags >>> that I could throw to get around this but no success yet. >>> I just want to download and sync the repo... Thank you. >>> >>> *Error* >>> >>> Syncing projects: 100% (94/94), done. >>> >>> >>> >>> Running hooks: 5% ( 4/76) nacltools >>> >>> ________ running >>> '/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python >>> >>> src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' >>> in '/Users/guest1/Documents/v8/project' >>> >>> INFO: --Syncing nacl_arm_glibc to revision >>> 053185d68ed3b96640f15c4ae457b1ff373c6cac-- >>> >>> INFO: Downloading package archive: binutils_arm_x86_64_apple_darwin.tgz >>> (1/6) >>> >>> package_version: Could not download URL (https:// >>> storage.googleapis.com/nativeclient-once/object/binutils_arm_x86_64_apple_darwin_b33eac0121acfb07112b84a130824382abab91e2.tgz): >>> >>> <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed >>> (_ssl.c:726)> >>> >>> Error: Command >>> '/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python >>> >>> src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' >>> returned non-zero exit status 1 in /Users/guest1/Documents/v8/project >>> >>> Traceback (most recent call last): >>> >>> File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 306, in >>> <module> >>> >>> sys.exit(main()) >>> >>> File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 301, in >>> main >>> >>> return run(options, spec, root) >>> >>> File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 295, in >>> run >>> >>> return checkout.init() >>> >>> File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 137, in >>> init >>> >>> self.run_gclient(*sync_cmd) >>> >>> File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 82, in >>> run_gclient >>> >>> return self.run(cmd_prefix + cmd, **kwargs) >>> >>> File "/Users/guest1/Documents/V8/depot_tools/fetch.py", line 71, in >>> run >>> >>> subprocess.check_call(cmd, **kwargs) >>> >>> File >>> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py" >>> , line 190, in check_call >>> >>> raise CalledProcessError(retcode, cmd) >>> >>> subprocess.CalledProcessError: Command '('gclient', 'sync')' returned >>> non-zero exit status 2 >>> >>> >>> -- >> -- >> 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. >> > -- > Jonathan Doster 909.839.3432 <(909)%20839-3432> [email protected] Please > disregard any spelling errors, this message was sent via mobile. > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/98f4c0d8-f3be-401b-97b5-8f716f84461fn%40googlegroups.com.
