victor / whereami

get your location from the command line
http://victor.github.io/whereami/
MIT License
213 stars 24 forks source link

installing problem #16

Closed lhlpasser closed 9 years ago

lhlpasser commented 9 years ago

lihongyes-MacBook-Air:whereami lihongye$ git clone git@github.com:victor/whereami.git whereami Cloning into 'whereami'... The authenticity of host 'github.com (192.30.252.131)' 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)? y Please type 'yes' or 'no': yes Warning: Permanently added 'github.com,192.30.252.131' (RSA) to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

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

victor commented 9 years ago

Hi Kevin,

if you don't have a github account, you can clone from https://github.com/victor/whereami.git instead of git@github.com/victor/whereami. Or you can just use homebrew:

homebrew update && homebrew install whereami
lhlpasser commented 9 years ago

thanks ! I was manage to run you app ! do you consider to add some funny function to you app ? like showing you location in the map or something else....

victor commented 9 years ago

Not really. The Maps app already shows your location by itself, so there's no need for that. I plan to add other features as time permits, though.