ryansch

ryansch / Gitea credential helper setup

Last active 1 month ago

Like 0

ryansch revised this gist 2 years ago · 89d10e8

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 revised this gist 3 years ago · 3a14dbd

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 revised this gist 3 years ago · d0c0f56

No changes

ryansch revised this gist 3 years ago · 909e833

2 files changed, 8 insertions

gitconfig (file created)
@@ -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 (file created)
@@ -0,0 +1 @@
1 + brew install git-credential-oauth