Github personal acces token
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
=> When Git prompts you for your password, enter your personal access token.
goto setting of the profile
1. n the left sidebar, click Developer settings.
2. In the left sidebar, under Personal access tokens, click Tokens (classic).
3. Select Generate new token, then click Generate new token (classic).
4. In the “Note” field, give your token a descriptive name.
5. To give your token an expiration, select Expiration, then choose a default option or click Custom to enter a date.
6. Select the scopes you’d like to grant this token. To use your token to access repositories from the command line, select repo. A token with no assigned scopes can only access public information. For more information, see “Scopes for OAuth apps”.
7. Click Generate token.
8. Optionally, to copy the new token to your clipboard, click .

- To use your token to access resources owned by an organization that uses SAML single sign-on, authorize the token. For more information, see “Authorizing a personal access token for use with SAML single sign-on” in the GitHub Enterprise Cloud documentation.