ryansch ревизій цього gist . До ревизії
1 file changed, 4 deletions
gitconfig
| @@ -1,7 +1,3 @@ | |||
| 1 | 1 | [credential "https://git.ryansch.net"] | |
| 2 | 2 | helper = osxkeychain | |
| 3 | 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 | |
ryansch ревизій цього gist . До ревизії
1 file changed, 3 insertions, 3 deletions
gitconfig
| @@ -2,6 +2,6 @@ | |||
| 2 | 2 | helper = osxkeychain | |
| 3 | 3 | helper = oauth | |
| 4 | 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 | |
| 5 | + | oauthScopes = | |
| 6 | + | oauthAuthURL = https://git.ryansch.net/login/oauth/authorize | |
| 7 | + | oauthTokenURL = https://git.ryansch.net/login/oauth/access_token | |
ryansch ревизій цього gist . До ревизії
Без змін
ryansch ревизій цього gist . До ревизії
2 files changed, 8 insertions
gitconfig(файл створено)
| @@ -0,0 +1,7 @@ | |||
| 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 | |
install(файл створено)
| @@ -0,0 +1 @@ | |||
| 1 | + | brew install git-credential-oauth | |