Skip to content

chaosannals/exert-cef

Repository files navigation

exert-cef

git 代理

# 在 depot_tools 项目里面设置代理
git config http.proxy socks5://127.0.0.1:1080
git config https.proxy socks5://127.0.0.1:1080

  1. 下载 构造工具 解压到 depot_tools 里面。

  2. cd depot_tools 里面执行更新,会下载 python 和 git

# 这个被墙了,一直执行不了。
update_depot_tools.bat

# 网上找到更新好的,然后通过设置这个屏蔽更新
set DEPOT_TOOLS_UPDATE=0
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
# 执行 automete-git.py 相关脚本。(build.bat)
  1. 下载 构造脚本 automate-git.py
python "G:\excef\automate\automate-git.py" --download-dir="G:\excef\chromium_git" --depot-tools-dir="G:\excef\depot_tools" --no-distrib --no-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published