LiuL0703 / blog

https://liul0703.github.io
38 stars 11 forks source link

解决chromium工具下载问题 #33

Open LiuL0703 opened 5 years ago

LiuL0703 commented 5 years ago

"fatal: unable to access 'https://chromium.googlesource.com/chromium/tools/depot_tools.git/': Failed to connect to chromium.googlesource.com port 443: Operation timed out" chromium 解决办法:git config --global http.proxy 127.0.0.1:端口号【下载时候发现又不能用了,那就去 vi .gitconfig 里把设置的http和https删掉】

fetch chromium zsh: command not found: fetch 解决办法:export PATH="$PATH:{path}/depot_tools/depot_tools"

export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;

gclient sync You have unstaged changes 解决办法: gclient sync -f