Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConny Brunnkvist <conny@fuchsia.se>2011-08-23 22:12:48 +0400
committerisaacs <i@izs.me>2011-08-23 21:01:21 +0400
commitb72ce522cc0485ccbbeff4eab074ef4b8254b832 (patch)
treed1e8b4ef89589d51a99f629ea83267f2cb0f2890 /README.md
parent4c07bf60b33cf4d86167e3fbafdbaeaa6b625a31 (diff)
Avoid git going "error: RPC failed; result=22, HTTP code = 417"
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4ba245c1..981b52059 100644
--- a/README.md
+++ b/README.md
@@ -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
```