Closed tometchy closed 5 years ago
As there is still no answer I was forced to use different solution - libsecret. For those who ended up with similar situation I have described on my blog how to install and configure it, it's pretty simple - softwaredeveloper.blog/git-credential-storage-libsecret
I'm closing because it's being discussed in another issue - #115.
On Linux Mint 19 Tara, after installing and typing "git fetch" I get runtime exception that this OS doesn't have secure credential storage. I can't see in docs how can I install such a dependency, or what should I do in this case. Exception is:
My OS version is: $ cat /etc/*-release
My git version is 2.17.1.
I know I can fall back to plain text password storing, but this is not why I wanted to install secure manager :)