You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a SSO user of GHE, I use my SSO workflow to authenticate to GHE's website, and I have an SSH key which I use for doing normal Git operations. My SSH is protected through various mechanisms.
In order to make use of hub I need to create a personal access token and store it on my local machine.
I would like to be able to store this token in a mechanism that I prefer, and then fetch it when needed.
That's a good idea! Maybe we could even re-use git's credential helper by default.
However, this isn't the first time features related to this were suggested, so I'm going to close this in favor of #1912#1217#889#225. Thank you for writing in!
As a SSO user of GHE, I use my SSO workflow to authenticate to GHE's website, and I have an SSH key which I use for doing normal Git operations. My SSH is protected through various mechanisms.
In order to make use of
hub
I need to create a personal access token and store it on my local machine.I would like to be able to store this token in a mechanism that I prefer, and then fetch it when needed.
You can imagine:
Possibly the usage would be:
The text was updated successfully, but these errors were encountered: