Skip to content

Instantly share code, notes, and snippets.

@SooJungChae
Last active October 4, 2021 07:37
Show Gist options
  • Save SooJungChae/5ba6f49279824b31f7144316bc20b2e3 to your computer and use it in GitHub Desktop.
Save SooJungChae/5ba6f49279824b31f7144316bc20b2e3 to your computer and use it in GitHub Desktop.
How to use Personal access token in git
  1. github
  2. settings > Developer settings
  3. Personal access token > Generate new token > Copy and store somewhere that token!
  4. Mac spotlight > "keychain Access.app"
  5. Select git account
  6. Select "Show password" > Enter Mac login password

스크린샷 2021-10-04 오후 4 33 07

  1. Paste copied Personal access token > Save
  2. Test git fetch
  3. Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment