com.atlassian.bamboo.plugins.git.GitCommandException: command /usr/bin/git ls-remote https://rahulyelamareddy:********@github.com/xxxxx/test.git failed with code 128. Working directory was [.]., stderr: error: The requested URL returned error: 403 Forbidden while accessing https://rahulyelamareddy:********@github.com/xxx/test.git/info/refs
Hello Rahul,
Based on the error (403
Forbidden
while
accessing https:
//rahulyelamareddy:********@github.com/xxx/test.git
), it seems the user (rahulyelamareddy) does not have access to the repository (github.com/xxxxx/test.git).
Please, attempt on cloning the repository from Terminal by running:
git clone https://rahulyelamareddy@github.com/xxx/test.git
Please, make sure the user (rahulyelamareddy) has permission over this repository.
If using GitHub Enterprise, please have a look at https://jira.atlassian.com/browse/BAM-11589
—
Kind regards,
Rafael P. Sperafico
It is working fine when i tried cloning it from command line Rafael.
git clone https://rahulyelamareddy@github.com/xxx/test.git Initialized empty Git repository in /root/test/.git/ Password: remote: Counting objects: 6, done. remote: Compressing objects: 100% (4/4), done. remote: Total 6 (delta 0), reused 3 (delta 0), pack-reused 0 Unpacking objects: 100% (6/6), done.
I am assuming that bamboo is passing its admin id and password instead of what i am passing through linked repository configuration ,but i am not able to find a way to over come this .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
tried running same this from command line ,which worked fine
/usr/bin/git ls-remote https://rahulyelamareddy@github.com/xxxx/test.git
Password:
3091611fa994bb3cd28f0e9c6069681e01951df5 HEAD
3091611fa994bb3cd28f0e9c6069681e01951df5 refs/heads/master
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.