mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02: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 }}
|
||||
email = {{ .git.default.email }}
|
||||
[credential]
|
||||
helper = cache --timeout 21600
|
||||
helper = cache --timeout 86400
|
||||
helper = oauth
|
||||
[hub]
|
||||
protocol = ssh
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
signingkey = {{ .git.default.publicKey }}
|
||||
name = {{ .git.default.name }}
|
||||
email = {{ .git.default.email }}
|
||||
[credential "helperselector"]
|
||||
selected = wincred
|
||||
[credential]
|
||||
helper = cache --timeout 86400
|
||||
helper = oauth
|
||||
[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