Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

4. Reference

Jeffrey edited this page Jan 17, 2023 · 22 revisions

1. Main

2. Others

3. Proxy

3.1 cpanm

cpanm -n App::cpanminus --mirror http://mirrors.163.com/cpan --mirror-only
npm config rm registry
npm config set proxy=http://127.0.0.1:7890
npm config set https-proxy http://127.0.0.1:7890
npm config list
# 如果需要取消代理
npm config delete proxy
npm config delete https-proxy

3.2 gem

gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/

3.3 github

https://gist.github.com/laispace/666dd7b27e9116faece6
https://stackoverflow.com/questions/70603564/windows-ssh-proxycommand-usr-bin-bash-line-0-exec-nc-not-found-on-git-bash

Clone this wiki locally