murjax / Github-Repo-Cloner

A command line toolkit for cloning a user's repositories written in multiple languages.
3 stars 5 forks source link

Feature: private repo support: (spike) #33

Closed MichaelDimmitt closed 1 year ago

MichaelDimmitt commented 1 year ago

Feature: private repo support (requires a security token of the org / account-name)

Maybe these are stored in a project level config file that is ignored via .gitignore

the config could use a "key" org name, "value" token to support all the repos that will be cloned.

to create a token:

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

Or navigate directly here: https://github.com/settings/tokens

MichaelDimmitt commented 1 year ago

follow up issue will be all implementations

MichaelDimmitt commented 1 year ago

closing for now , low priority