twpayne/chezmoi

chezmoi quick start documentation is out of date

Closed this issue · 1 comments

chezmoi quick start guide has the following instruction/command:

$ git remote add origin https://github.com/$GITHUB_USERNAME/dotfiles.git
$ git branch -M main
$ git push -u origin main

This won't work due to:

As previously announced, starting on August 13, 2021, at 09:00 PST, we will no longer accept account passwords when authenticating Git operations on GitHub.com. Instead, token-based authentication (for example, personal access, OAuth, SSH Key, or GitHub App installation token) will be required for all authenticated Git operations.

More info here.

Suggested that the docs are updated with current and working commands to get up and running via quick start guide.

Thanks, this is fixed with #3710.