【发布时间】:2021-10-07 01:56:23
【问题描述】:
我使用窗户。当我尝试使用vim-plug 安装nvim-comp 时,它给了我这个错误:
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/'
我浏览了this 的帖子。我知道这可能是 github 问题,但是当我尝试克隆存储库时它工作正常。如果可以的话,请帮帮我。
【问题讨论】:
-
我只是将我克隆的
nvim-cmp目录移动到~/Appdata/Local/nvim/plugged。即使这样也行不通。 -
“请参阅github.blog/…了解更多信息”中有哪些不清楚的地方?
标签: git vim-plugin neovim