payne92 / bare-metal-arm

A "bare metal" ARM runtime example built with the GCC toolchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission denied via git protocol

MrSpock opened this issue · comments

According to README you can make a copy of repo by issuing:
git clone git@github.com:payne92/bare-metal-arm.git

However here is result:
[spock@archbang ~]$ git clone git@github.com:payne92/bare-metal-arm.git
Cloning into 'bare-metal-arm'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Cloning via WWW works perfectly:
git clone git@github.com:payne92/bare-metal-arm.git

Either description should be changed in README to https protocol or permisson added via ssh/git

Thanks for the feedback, the README should be updated now with this example:

git clone https://github.com/payne92/bare-metal-arm.git