We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having trouble authenticating. When i try the username/password, I'm being given the error in the title. What am I doing wrong here?:
Using the following:
resources: - name: pullrequest type: concourse-bitbucket-pullrequest source: username: ((bb_user)) password: ((bb_pass)) uri: http://git.xxx.com/projects/SS/repos/some-repo
I receive this error:
Resource script '/opt/resource/check []' failed: exit status 128 stderr: 2019-11-25 21:35:02 - Configuring git credentials 2019-11-25 21:35:02 - Parsing payload fatal: unable to update url base from redirection: asked for: http://git.xxx.com/projects/SS/repos/some-repo/info/refs?service=git-upload-pack redirect: http://git.xxx.com/login?next=/projects/SS/repos/some/info/refs?service%3Dgit-upload-pack
The text was updated successfully, but these errors were encountered:
If I try the same thing with a personal access token instead of username/password, I get:
resource script '/opt/resource/check []' failed: exit status 128 stderr: 2019-11-27 20:06:05 - Configuring git credentials 2019-11-27 20:06:05 - Parsing payload fatal: repository 'http://git.xxx.com/projects/SS/repos/some-repo/' not found resource script '/opt/resource/check []' failed: exit status 128 stderr: 2019-11-27 20:06:46 - Configuring git credentials 2019-11-27 20:06:46 - Parsing payload fatal: unable to access 'http://git.xxx.com/projects/SS/repos/some-repo/': The requested URL returned error: 400
Sorry, something went wrong.
No branches or pull requests
I'm having trouble authenticating. When i try the username/password, I'm being given the error in the title. What am I doing wrong here?:
Using the following:
I receive this error:
The text was updated successfully, but these errors were encountered: