cannot pull themes
Halem998 opened this issue · 2 comments
Halem998 commented
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.
Lraxer commented
- Please make sure you can connect to Github with SSH. Using https could be easier.
git clone https://github.com/dexpota/kitty-themes.git
- If you prefer using SSH, and you have added a SSH key to Github correctly, maybe this is helpful. docker-library/golang#148 (comment)