-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
This is tricky for many reasons:
- should the credential helper call R? That is messy and not super reliable. Or should it be a standalone binary? That seems like a better option.
- how should be actually store credentials. We need to look at what gh does Linux. It apparently installs its own handler and stores credentials internally:
root@99340efa4c28:~# cat .gitconfig [credential "https://github.com"] helper = helper = !/usr/bin/gh auth git-credential [credential "https://gist.github.com"] helper = helper = !/usr/bin/gh auth git-credential
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement