Skip to content

Instantly share code, notes, and snippets.

@mazfreelance
Last active October 8, 2021 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazfreelance/1328daca6b5187f5cc60273126208687 to your computer and use it in GitHub Desktop.
Save mazfreelance/1328daca6b5187f5cc60273126208687 to your computer and use it in GitHub Desktop.
Github shut down password authentication. u should change repo url if want clone , pull , push and so on.
old : https://github.com/<username>/<username/project_name.git>
new : https://<username>:<personal_token>@github.com/<username/project_name.git>
- generate personal token
Settings > Developer settings > Personal access tokens
git remote set-url origin <url>
git remote -v (view remote url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment