Skip to content

Instantly share code, notes, and snippets.

@okunishinishi
Created November 27, 2013 01:29
Show Gist options
  • Save okunishinishi/7669274 to your computer and use it in GitHub Desktop.
Save okunishinishi/7669274 to your computer and use it in GitHub Desktop.
社内でgitやnpmを使うときの設定
git config --global http.proxy http://myproxy:8080
git config --global https.proxy https://myproxy:8080
npm config set proxy http://myproxy:8080
npm config set https-proxy https://myproxy:8080
npm config set registry http://registry.npmjs.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment