Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.51k stars 112 forks source link

Cant login into corporate repos at bitbucket #492

Open MikeKholomeev opened 1 year ago

MikeKholomeev commented 1 year ago

Hi. I can't login into corp repos at bibtbucket. https://myName@stash.corpName.com/scm/projectName/projectName.git

What info do you need to investigate this?

exactly-one-kas commented 1 year ago

what does where git output?

MikeKholomeev commented 1 year ago

what does where git output?

nothing image

exactly-one-kas commented 1 year ago

Ah, try where.exe git

MikeKholomeev commented 1 year ago

Ah, try where.exe git

image

MikeKholomeev commented 1 year ago

Hmm, Ok, so I tried all your versions (except 1.3.0) and the last GitAhead

I donk know what was at 13-th of march that I got that error and continuously had it till today (the checkbox was always checked, as I remember).

So its up to you guys to decide whether it's correct behavior or not and close this issue.

exactly-one-kas commented 1 year ago

interesting, considering that unchecking only removes credential.helper form the user GIT config, which makes the default take over (which is manager) - unchecking should make it still work but ask for the password everytime

I'll leave this open

@Murmele should we make the checkbox set credential.helper to an empty string when unchecked?

Murmele commented 1 year ago

@exactly-one-kas this sounds like a good idea