Skip to content

Instantly share code, notes, and snippets.

View shijinliang's full-sized avatar
🌴
On vacation

史金亮 shijinliang

🌴
On vacation
View GitHub Profile
@shijinliang
shijinliang / iOS组件化- 拆分基础组件.md
Last active February 13, 2019 02:52
组件化系列收集

将一个项目组件化拆分掉,一般会拆分一些基础组件、一些功能组件和业务组件。将拆分好的组件放到远程仓库,统一通过Cocoapods进行管理。当然,要实现这个管理的过程,有一些概念还是必须知道的。

@shijinliang
shijinliang / sync-chromium-behind-proxy.md
Created June 16, 2021 09:31 — forked from nickdiego/sync-chromium-behind-proxy.md
Clone chromium sources behind corporate proxy + https certificate

The problem

Got the following error after trying to clone/sync chromium sources behing a corporate proxy/certificate (or something similar):

(venv) (develenv) ➜ chromium git:(master) ✗ gclient sync
Syncing projects: 100% (98/98), done.                                                        
Running hooks:  18% (14/75) binutils      
________ running '/home/nickp/sandbox/chromium/venv/bin/python src/third_party/binutils/download.py' in '/home/nickp/sandbox/chromium'
NOTICE: You have PROXY values set in your environment, but gsutil in depot_tools does not (yet) obey them.