-2

I use windows. When I try to install nvim-comp using vim-plug it's giving me this error:

Cloning into 'C:\Users\ASUS\AppData\Local\nvim\plugged\nvim-comp'...
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/hrsh7th/nvim-comp.git/'

I went through this post. I know this might be the github issue but when I try to clone the repository it's working fine. Please help me out if you can.

romainl
  • 186,200
  • 21
  • 280
  • 313
Dhruv Makwana
  • 61
  • 1
  • 7
  • I just move the `nvim-cmp` directory which I cloned to `~/Appdata/Local/nvim/plugged`. Even that's not working. – Dhruv Makwana Oct 07 '21 at 03:11
  • 2
    What is not clear in "Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information."? – romainl Oct 07 '21 at 05:14

1 Answers1

0

It was a typo in plugin.vim. It's nvim-cmp.

Dhruv Makwana
  • 61
  • 1
  • 7