gclient sync一直不成功

Syncing projects:  99% (372/373) src/third_party/swiftshader                    
src/third_party/requests/src (ERROR)
----------------------------------------
[0:00:11] Started.
[0:00:11] Finished running: git config remote.origin.url
[0:00:11] Finished running: git rev-list -n 1 HEAD
[0:00:11] Finished running: git rev-parse --abbrev-ref=strict HEAD
----------------------------------------
Error: Command 'git remote update' returned non-zero exit status 1 in /home/zsm/chromium/src/third_party/requests/src
Fetching origin

fatal: unable to access 'https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git/': gnutls_handshake() failed: Error in protocol version
error: Could not fetch origin

fatal: unable to access 'https://chromium.googlesource.com/external/github.com/kennethreitz/requests.git/': gnutls_handshake() failed: Error in protocol version

这个网址我用浏览器能进入,但是在命令行一直提示协议版本错误。

该怎么解决?

你用浏览器能进入,是不是使用的proxy,而proxy并不能作用在别的地方。建议使用虚拟私有网络的方式来访问。

求问怎么解决的

终端中的代理和浏览器的不一样,需要单独设置,可以百度下,如何设置"终端代理"