Hello everyone, I just migrate into 2.28.0 and face a bug on windows. I ask my team to check and same behaviour. So we go back to version 2.27.0.
So here is the step to reproduce. We have a bitbucket server only accecible through HTTPS. When doing a pull, the credentialHelperSelector pop. I select manager, check the box to always use this. It asks me two times and the pull works. If I do an other pull, the credentialHelperSelector keep poping.. And when I select something, I have the error : error: key does not contain a section: - error: key does not contain a section: - Here is my home .gitconfig which works perfectly with 2.27.0. [http] sslBackend = schannel postBuffer = 4096000 [credential] helper = manager [credential "helperselector"] selected = m I saw there is a gitconfig file in my git repertory (in etc/) and it is not updated whereas it is in version 2.27.0. In version 2.28, it is always: [credential] helper = helper-selector In version 2.27.0 it is: [credential] helper = !\"PATH_TO_GIT/mingw64/libexec/git-core/git-credential-manager.exe\" Maybe it's not a bug, I may do something wrong. If someone have an idea, I will take it :). Best regards, Yohan de Oliveira -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/315e2741-092d-4c41-a887-825f036cb1ccn%40googlegroups.com.