mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
add git-credential-oauth for wsl
This commit is contained in:
parent
2af4fc8e4f
commit
6d0198fcb8
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
|
[credential]
|
||||||
|
helper = cache --timeout 21600
|
||||||
|
helper = oauth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue