Avoid git going "error: RPC failed; result=22, HTTP code = 417"

This commit is contained in:
Conny Brunnkvist
2011-08-24 01:12:48 +07:00
committed by isaacs
parent 4c07bf60b3
commit b72ce522cc

View File

@@ -41,7 +41,7 @@ curl http://npmjs.org/install.sh | clean=yes sh
If that fails, try this:
```bash
git clone http://github.com/isaacs/npm.git
git clone https://github.com/isaacs/npm.git
cd npm
sudo make install
```