Git credential storing using Libsecret
Installing libsecret
|
|
Run make
command for recompile. If you don’t have make
command accessible install build essential
|
|
|
|
Update git credential.helper
|
|
Alternative - git cache credential helper
If you don’t want to install anything you can use git credential helper.
Git Cache is quite secure and it keeps data only in memory.
Itβs fine for security, but every time you open new session, you need to type credentials again. Memory is purged after 15 minutes (900 seconds ) by default, but it can be changed with optional timeout
parameter.
|
|