Gitflow
🔑Stop Git from Asking for PasswordEasy+300 XP
Workshop
Scenario reference

Stop Git from Asking for Password: the situation, step by step

The situation

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

What you will practice

This scenario walks through 1 steps, in order:

  1. 01Enable the platform credential helper
Reveal the step-by-step commands

Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.

  1. 1. Enable the platform credential helper
    git config --global credential.helper osxkeychain

Key takeaway

Set credential.helper once. SSH keys are the better long-term answer.