Re: Why git on windows pops up Git Credential Manager inspite of having set a credential helper in .gitconfig

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
> If you can't or don't want to reinstall Git for Windows to reconfigure
> it, you could try setting the `credential.helper` option to an empty
> string and then configuring the helper you want.  For instance, it might
> look like this (not valid for Windows, just an example):
> 
>     [credential]
>         helper =
>         helper = libsecret
> 

That's exactly what I did, and it fixed my issue. Thanks!

> The empty string resets the list to remove any existing helpers and then
> you can append whatever values you want (in my case, libsecret, but
> again, that almost certainly does not work on Windows).





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux