Last active
October 8, 2021 07:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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