morhetz / gruvbox

Retro groove color scheme for Vim
13.45k stars 1.1k forks source link

"Support for password authentication was removed" error during installation #409

Open christianrickert opened 2 years ago

christianrickert commented 2 years ago

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/'

Any idea what's going wrong?

declancm commented 2 years ago

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