Mike Minns
Mike Minns
Interesting. Do you know if this issue - occurs without `credential.credentialstore=cache` - occurs with the GUI flow? Your fix code implies it happens because the flow finds the stored value...
I think this is the same problem I am having. Our development environment for Bitbucket will typically setup a host with the following URL http://localhost:7990/bitbucket Attempting to clone a report,...
First pass implementation is here https://github.com/microsoft/Git-Credential-Manager-Core/pull/499
https://github.com/GitCredentialManager/git-credential-manager/pull/499 merged code coverage. https://github.com/GitCredentialManager/git-credential-manager/pull/607 refactors the Bitbucket tests
Yes, I implemented the same in the Git Credential Manager :) I have a very rough and ready implementation here: https://github.com/itofinity/bitbucket-for-visual-studio/tree/feature/issue-50-Add-OAuth-Support I'm still working on it but will submit a...
@Inzanit still on my personal TODO list, but my OSS time has been taken up with GCM and libGit2 recently, hope to get to it by the end of the...
Hi just checking in to see if there is any timeline for merging this PR? Cheers 👍
Thanks for the feedback. I'll address those issues for the start of next week. 👍
Awesome, thank you. I started messing around with this in 2018 and started looking at it in Git Credential Manager for Windows in 2019 https://github.com/microsoft/Git-Credential-Manager-for-Windows/issues/837 https://github.com/mminns/Git-Credential-Manager-for-Windows/tree/mminns/issue-837-Bitbucket-Server-Support So it's brilliant to...