switch to https to fix "Permission denied"

pull/3269/head
Zou Guangxian 4 years ago committed by Leo Chen
parent 579250a071
commit 50db6e8223
  1. 6
      README.md

@ -60,9 +60,9 @@ cd $(go env GOPATH)/src/github.com/harmony-one
2. Clone this repo & dependent repos.
```bash
git clone git@github.com:harmony-one/mcl.git
git clone git@github.com:harmony-one/bls.git
git clone git@github.com:harmony-one/harmony.git
git clone https://github.com/harmony-one/mcl.git
git clone https://github.com/harmony-one/bls.git
git clone https://github.com/harmony-one/harmony.git
cd harmony
```

Loading…
Cancel
Save