You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using libgit2 (with managed transport enabled) to checkout repos on BitBucket Server, with a non-blank username but empty password, returns a response with 401: failed to checkout and determine revision: unable to fetch-connect to remote 'https://gitops-bitbucket-test-server.eastus.cloudapp.azure.com/scm/git/flux2-kustomize-helm-example.git': Unhandled HTTP error 401.
In such cases, we should avoid sending requests with any authentication whatsoever.
The text was updated successfully, but these errors were encountered:
Using libgit2 (with managed transport enabled) to checkout repos on BitBucket Server, with a non-blank username but empty password, returns a response with 401:
failed to checkout and determine revision: unable to fetch-connect to remote 'https://gitops-bitbucket-test-server.eastus.cloudapp.azure.com/scm/git/flux2-kustomize-helm-example.git': Unhandled HTTP error 401
.In such cases, we should avoid sending requests with any authentication whatsoever.
The text was updated successfully, but these errors were encountered: