I'm having trouble authenticating with BitBucket via HTTPS through a plugin Maven JGitFlow, run git-bashon Windows.
Error message: "Authentication required, but CredentialsProvider account not registered." The suggestions that I saw seem to suggest that I have access to the JGit code itself as a developer.
I had no problems executing git commands directly (I use git-credential-winstore). Also, when I provided my username and password in POM explicitly in the pom.xml file, it also worked.
However, I would not want my password to be uploaded to my BitBucket repository, and I am looking for a plugin method JGitFlowfor authentication in the same way as git itself.
What am I doing wrong, and how can I fix it?
source
share