gruvbox
gruvbox copied to clipboard
"Support for password authentication was removed" error during installation
Following the installation guide, the vim-plug
command
Plug 'morhetz/gruvbox'
returns an authentication error:
x gruvbox:
Cloning into 'C:\Users\Christian Rickert\vimfiles\plugged\gruvbox'...
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/morhertz/gruvbox.git/'
- OS: Microsoft Windows [Version 10.0.19042.1288]
- Vim: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 16 2021 22:03:04)
- vim-plug: 0.10.0
- git: git version 2.33.1.windows.1
Any idea what's going wrong?
Try creating a token for git and then updating your login details. I believe this is an issue with your git and not the plugin.
Creating a git token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
This question has more info: https://stackoverflow.com/questions/68775869/support-for-password-authentication-was-removed-please-use-a-personal-access-to