Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikkou/11139199 to your computer and use it in GitHub Desktop.
Save ikkou/11139199 to your computer and use it in GitHub Desktop.
npm install で fatal: unable to connect to github.com となった場合

gitの9418ポートが閉じられている場合、git://http://に置換することで乗り切る

git config --global url."https://".insteadOf git://

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment