hermit-os / hermit-playground

A playground to build C/C++/Go/Fortran applications on top of RustyHermit
https://hermitcore.org
Apache License 2.0
30 stars 13 forks source link

preliminary work git clone with https: instead of git: #2

Closed omac777 closed 2 years ago

omac777 commented 4 years ago

https://github.com/hermitcore/hermit-playground#building Instead of:

git clone git@github.com:hermitcore/hermit-playground.git

results in this error for me:

git clone git@github.com:hermitcore/hermit-playground.git
Cloning into 'hermit-playground'...
Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Please use https: as the default documented clone:

git clone https://github.com:hermitcore/hermit-playground.git
git clone https://github.com/hermitcore/hermit-toolchain.git