gitconfig
· 277 B · Text
Неформатований
[credential "https://git.ryansch.net"]
helper = osxkeychain
helper = oauth
oauthClientId = 31227915-2bdd-4eb0-8088-786fb7e50e13
oauthScopes =
oauthAuthURL = https://git.ryansch.net/login/oauth/authorize
oauthTokenURL = https://git.ryansch.net/login/oauth/access_token
| 1 | [credential "https://git.ryansch.net"] |
| 2 | helper = osxkeychain |
| 3 | helper = oauth |
| 4 | oauthClientId = 31227915-2bdd-4eb0-8088-786fb7e50e13 |
| 5 | oauthScopes = |
| 6 | oauthAuthURL = https://git.ryansch.net/login/oauth/authorize |
| 7 | oauthTokenURL = https://git.ryansch.net/login/oauth/access_token |
| 8 |
| 1 | brew install git-credential-oauth |