Every `git push` over HTTPS prompts you for username + token. You've typed it 40 times today.
Configure a credential helper — osxkeychain on Mac, manager on Windows, cache/store on Linux.
Easy · 1 steps · +300 XP
This scenario walks through 1 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git config --global credential.helper osxkeychainSet credential.helper once. SSH keys are the better long-term answer.