Open rakesh-k opened 5 years ago
I ran the following command to disable the https:// url to git url:
git config --global url."git@github.com:".insteadOf "https://github.com"
And now I am getting this error:
Cloning into '/Users/rakesh/.vim/plugged/gruvbox'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Cloning into '/Users/rakesh/.vim/plugged/gruvbox'...
@rakesh-k do you have ssh keys configured on your pc and github? Can you clone any repository git clone git@github.com:morhetz/gruvbox.git --depth=1
?
I bet you haven't configured your ssh key
added the line:
Plug 'morhetz/gruvbox'
and tried :PlugInstall to install the plugin but I am getting this error instead: