Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub login issues? Set up a Personal Access Token #43

Closed
ebeshero opened this issue Sep 5, 2021 · 0 comments
Closed

GitHub login issues? Set up a Personal Access Token #43

ebeshero opened this issue Sep 5, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ebeshero
Copy link
Contributor

ebeshero commented Sep 5, 2021

If you're having trouble with getting authenticated with GitHub when you clone a repo, or add, commit, or push (as in, you're not allowed, and every time you login with your password, you still can't do anything with pulling or pushing files at your local computer), it is probably because you need to update your access configuration and set up a Personal Access Token to use for these functions.

Here is GitHub's tutorial on how to set up a Personal Access Token:
https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token

NOTE: you don't want to have to actually enter that token every time you use git, so you should definitely set this up properly so you store the token on your computer(s): see the links at the end of the tutorial about how to do that: either with your Keychain or the Git credentials manager (CLI).

@ebeshero ebeshero added the documentation Improvements or additions to documentation label Sep 5, 2021
@ebeshero ebeshero pinned this issue Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant