add linux credential
This commit is contained in:
parent
f7a7741eb1
commit
1a0fe6ddaf
1 changed files with 11 additions and 4 deletions
|
|
@ -2,8 +2,15 @@
|
|||
[user]
|
||||
# Please adapt and uncomment the following lines:
|
||||
name = Jeremie Fraeys
|
||||
email = jfraeys@jeremie-MacBook-Pro.local
|
||||
email = jfaeys@gmail.com
|
||||
[credential]
|
||||
helper = store
|
||||
[credentials]
|
||||
helper = osxkeychain
|
||||
helper = os_helper
|
||||
|
||||
[credential "os_helper"]
|
||||
useHttpPath = true
|
||||
|
||||
[credential "os_helper_linux"]
|
||||
helper = store
|
||||
|
||||
[credential "os_helper_osx"]
|
||||
helper = osxkeychain
|
||||
|
|
|
|||
Loading…
Reference in a new issue