Last active 1700493213

ryansch's Avatar ryansch revised this gist 1700493213. Go to revision

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's Avatar ryansch revised this gist 1694126108. Go to revision

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's Avatar ryansch revised this gist 1694126069. Go to revision

No changes

ryansch's Avatar ryansch revised this gist 1694125947. Go to revision

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
Newer Older