Using git@github.com would mean SSHing in, and your average open
source consumer probably won't have a Github account.
Using HTTPS offers the best combination of resisting man-in-the-middle
attacks and passing through corporate firewalls.
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Tommi Virtanen <tv@inktank.com>
----------------
To clone the Ceph source code repository, execute::
- git clone git@github.com:ceph/ceph.git
+ git clone https://github.com/ceph/ceph.git
Once ``git clone`` executes, you should have a full copy of the Ceph
repository.