SciKit-Surgery / cmicHACKS2

:school_satchel: > 🔩 Hacking Real-time AI workflows for Surgery 🔧
https://scikit-surgery.github.io/cmicHACKS2/
0 stars 0 forks source link

Use Personal Access Token instead of SSH keys #8

Closed mxochicale closed 10 months ago

mxochicale commented 10 months ago

Made use of Personal Access Token instead of SSH keys

mxochicale commented 10 months ago
  1. https://github.com/settings/tokens > New personal access token (classic)

    Make sure to copy your personal access token now. You won’t be able to see it again!

Instead of manually entering your personal access token for every HTTPS Git operation, you can cache your personal access token with a Git client. Git will temporarily store your credentials in memory until an expiry interval has passed. You can also store the token in a plain text file that Git can read before every request. For more information, see "Caching your GitHub credentials in Git."

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens