How to set GitHub credentials for macOS
New Courses Coming Soon
Join the waiting lists
Set up GitHub authentication so you can use it from VS Code or the command line.
I normally use the GitHub Desktop app to interact with my GitHub account, the only place I use for Git repositories for all my code and websites.
But there are times you need to use the git
command line, or perhaps the Git integration in VS Code.
Without these steps, you’d get an authentication issue if you try.
Let’s set it up.
I assume you have Homebrew installed.
From the command line, run:
brew install gh
and then use the gh
tool:
gh auth login
Then answer a few questions.
Choose HTTPS:
Choose Y:
And proceed to login with the browser:
Click Authorize GitHub:
And you’re set:
Go back to your terminal or VS Code, and things will work as expected.
Here is how can I help you:
- COURSES where I teach everything I know
- CODING BOOTCAMP cohort course - next edition in 2025
- THE VALLEY OF CODE your web development manual
- BOOKS 17 coding ebooks you can download for free on JS Python C PHP and lots more
- Interesting links collection
- Follow me on X