Mike Minns

Results 53 comments of Mike Minns

Hi, If I understand the problem correctly, My Bitbucket changes do not fix this problem. The trick is whether Git passes enough information to the GCM for the GCM to...

I've been looking a bit further into this. At the moment both VS Code and Sourcetree are affected by this when they run background git processes that require authentication. If...

Hi Thanks for the information @PaulDotNet I'm not experiencing this at the moment, but I will try and investigate further.

@mesbahamin thanks. I'll take some time to read it in more detail. I will just mention that the Bitbucket code _should_ store credentials under **git:https://[email protected]** when the **username** is included...

I'm intending to look into this next week.

Hi, so no fixes yet but I've been doing some research to confirm my understanding. Briefly, these are my results: | | Authentication | Credential.Interactive | Url | Authentication Prompts...

OK, a bit more research, a surprise or 2 for me. I had assumed, incorrectly, that when the GUI is _off_ , i.e. interactive=never, the command line username/password prompt would...

Actually using the following configuration for Bitbucket URLs without usernames seems to work as expected: git config --global credential.modalPrompt false git config --global --unset credential.interactive so that GCMW is called...

> Re: interactive=never and modalPrompt=false cases, the same authentication and authority types should used That is what I am seeing and what I'd expect. So ultimately I think the actual...

@whoisj Once again I'm probably missing something obvious, but can you assign this to me? Thanks