git clone ssh to https change

You can only git clone using ssh if you have ssh keypair and pub key uploaded to github. Otherwise, you will get "Permission denied (publickey)."
it's recommended to use https e.g. git clone https://github.com/bitpay/bitcoind.js.git
This commit is contained in:
Igor Barinov 2015-07-20 23:29:34 -07:00
parent 5c1737067b
commit d8f858f785
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ A Node.js module that adds a native interface to Bitcoin Core for querying infor
## Install
```bash
git clone git@github.com:bitpay/bitcoind.js.git
git clone https://github.com/bitpay/bitcoind.js.git
cd bitcoind.js
npm install
```