mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
update git credential oauth config
This commit is contained in:
parent
94ab625749
commit
24c8d3d1cb
2 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
name = {{ .git.default.name }}
|
name = {{ .git.default.name }}
|
||||||
email = {{ .git.default.email }}
|
email = {{ .git.default.email }}
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout 21600
|
helper = cache --timeout 86400
|
||||||
helper = oauth
|
helper = oauth
|
||||||
[hub]
|
[hub]
|
||||||
protocol = ssh
|
protocol = ssh
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
signingkey = {{ .git.default.publicKey }}
|
signingkey = {{ .git.default.publicKey }}
|
||||||
name = {{ .git.default.name }}
|
name = {{ .git.default.name }}
|
||||||
email = {{ .git.default.email }}
|
email = {{ .git.default.email }}
|
||||||
[credential "helperselector"]
|
[credential]
|
||||||
selected = wincred
|
helper = cache --timeout 86400
|
||||||
|
helper = oauth
|
||||||
[core]
|
[core]
|
||||||
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue