How to set GitHub credentials for macOS

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 …


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com

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.


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com


Print Share Comment Cite Upload Translate Updates
APA

flaviocopes.com | Sciencx (2021-11-21T05:00:00+00:00) How to set GitHub credentials for macOS. Retrieved from https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/

MLA
" » How to set GitHub credentials for macOS." flaviocopes.com | Sciencx - Sunday November 21, 2021, https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/
HARVARD
flaviocopes.com | Sciencx Sunday November 21, 2021 » How to set GitHub credentials for macOS., viewed ,<https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/>
VANCOUVER
flaviocopes.com | Sciencx - » How to set GitHub credentials for macOS. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/
CHICAGO
" » How to set GitHub credentials for macOS." flaviocopes.com | Sciencx - Accessed . https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/
IEEE
" » How to set GitHub credentials for macOS." flaviocopes.com | Sciencx [Online]. Available: https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/. [Accessed: ]
rf:citation
» How to set GitHub credentials for macOS | flaviocopes.com | Sciencx | https://www.scien.cx/2021/11/21/how-to-set-github-credentials-for-macos/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.