HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
536 stars 217 forks source link

Error: Please make sure you have the correct access rights and the repository exists. #61

Open aro28 opened 6 years ago

aro28 commented 6 years ago

Dear Atainter , I'm trying to install Al-Smart-Mirror on my Pi3. Below is error. Please help.


pi@mymirror:~ $ git clone git@github.com:HackerHouseYT/AI-Smart-Mirror.git Cloning into 'AI-Smart-Mirror'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.


Thank you in advance, Best,

aak2003 commented 6 years ago

Try using sudo or use the other code

I had the error too but I installed it on my PC and then using a pendrive I copied the folder on to the /home/pi

pawan-saxena commented 6 years ago

try source ~/.profile (debian/ubuntu family) or source ~/.bash_profile (or fedora or suse /centos family) and then try sudo git clone xxxxxxx.git

afroguys commented 6 years ago

try to use this command

git clone https://www.github.com/HackerHouseYT/AI-Smart-Mirror.git