[ell-i-developers] Re: eLua Setup on STM32F4DISCOVERY Board

  • From: otso@xxxxxxxxxxxx
  • To: ell-i-developers@xxxxxxxxxxxxx
  • Date: Wed, 30 Jul 2014 12:14:08 +0200

Hi Asif,

> If something is unclear or it needs improvements or modifications, please
> reply with suggestions.

Command
git clone git@xxxxxxxxxx:elua/elua.git
requires that user has set up SSH keys to github. I get

"The authenticity of host 'github.com (192.30.252.130)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.130' (RSA) to the list
of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly"

Using https for cloning avoids this problem:
git clone https://github.com/elua/elua.git

-Otso

Other related posts: