I'm failing at the first hurdle with a new install of Bamboo.
I have a Atlassian Stash server running in EC2. I am trying to add one of the project repo's to my fresh Bamboo (hosted) install, but when the build runs, I get:
<project> : Plan 'COOP-BUIL' could not be started. Exception: java.lang.RuntimeException: com.atlassian.bamboo.repository.RepositoryException: com.atlassian.bamboo.plugins.git.GitCommandException: command /usr/bin/git ls-remote http://<user>:<scm host>/scm/cop/source.git failed with code 128. Working directory was [.]., stderr:
[error: The requested URL returned error: 403 while accessinghttp://<user>:********@<scm host>/scm/cop/source.git/info/refs?service=git-upload-pack, fatal: HTTP request failed]
I have:
- Double checked user credentials
- Ensured that the user has read/write access
- Cloned the repo from another server using that user
Also, when I click "view error log" I get what seems to be a binary file (see screenshot).
Screen Shot 2015-02-22 at 11.14.14.png
I'm moving away from our Jenkins CI server to Bamboo because I hoped it would be easier. But doesn't seem to be at the moment.
Any help gratefully received.