nreese / kibana-time-plugin

Kibana visualization that provides controls for setting and animating time ranges.
Apache License 2.0
125 stars 55 forks source link

Could not read from remote repository #27

Open keeshqs opened 7 years ago

keeshqs commented 7 years ago

Hi,

we wanted to incorporate this plugin on our current kibana dashboard (5.6.2). However, when we execute 'git clone git@github.com:nreese/kibana-time-plugin.git', we just run on this error:

" Cloning into 'kibana-time-plugin'... Permission denied (publickey). fatal: Could not read from remote repository.

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

Kindly advise.

Thanks, Keeshia

thekofimensah commented 6 years ago

Try this: git clone https://github.com/nreese/kibana-time-plugin.git

@nreese You may want to update the docs for this because I kept getting this error too!

nreese commented 6 years ago

Sounds like a good idea. Can you please submit a PR with the doc changes?