Try using gh
cli token as fallback when cloning github sources
#142
Labels
enhancement
New feature or request
gh
cli token as fallback when cloning github sources
#142
Describe the feature
Github already provides this locally if you auth with
gh
in this case it can cover most private repo cases without creating a new token . This can used by trying to run it with execa fallbacks toundefined
E.g
Maybe it can be a CLI param like
--use-gh-auth
that enables this function to that might be more viable.Additional information
The text was updated successfully, but these errors were encountered: