dexpota/kitty-themes

cannot pull themes

Halem998 opened this issue · 2 comments

when I try to pull via
git clone --depth 1 git@github.com:dexpota/kitty-themes.git ~/.config/kitty/kitty-themes
I get an error:

Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.
  1. Please make sure you can connect to Github with SSH. Using https could be easier.
git clone https://github.com/dexpota/kitty-themes.git
  1. If you prefer using SSH, and you have added a SSH key to Github correctly, maybe this is helpful. docker-library/golang#148 (comment)

Like @Lraxer said, you have to either add an SSH key or use the HTTPS URL. To simplify the instructions, I am going to update the README file to use the HTTPS URL instead of the SSH one.