Answers for "remote: Invalid username or password. github mac"

0

remote: Invalid username or password. github mac

Create new personal token in your github account at

Settings -> Developer Settings -> Personal access token -> Generate Token

Change your remote url with:

git remote set-url origin https://[token]@github.com/[username]/[repository]
Posted by: Guest on February-02-2022

Code answers related to "remote: Invalid username or password. github mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language