Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 459 Bytes

proxy.md

File metadata and controls

17 lines (13 loc) · 459 Bytes

Proxy

English | 中文

require('one').setup {
  config = {
    proxy = {
      -- If you are in China Mainland, it is suggested to set 'https://ghp.ci'. Otherwise, remove this option.
      github = 'https://ghp.ci',
    },
  },
}

Proxy will not work for some plugins using "git submodule". It's recommended to execute git config --global http.https://github.com.proxy https://ghp.ci to set global git proxy.