I am trying to set up my CI server based on Bamboo, however I am not able to link any repository to Bamboo. Every time I add a repository URL (I tested all Valid URLs configurations listed here: link) I do receive Git credentials storage exception once I press the Test connection button.
I found many similar topic, but all of them has not been answered yet.
I did a lot of testing and investigation. I tried various configuration of git credentials manager, but none of them has worked. My default git credentials configuration is as follows:
1) git config --local credential.helper manager
2) git config --global credential.helper store
I also modified/removed credentials in Control Panel > All Control Panel Items > Credential Manager and I ended up with no success.
The issue exists on the company PC as well as it does exist on my private PC.
Below is a snippet from the atlassian-bamboo.log file that contains information about the error:
2018-11-30 15:44:19,266 INFO [http-nio-8085-exec-4] [RepositoryResource] Testing connection to repository (type: Git, location: C:/Projects/Bamboo_CI/git_testing)
2018-11-30 15:44:19,418 INFO [http-nio-8085-exec-4] [RepositoryResource] Failed to connect to repository (type: Git, location: C:/Projects/Bamboo_CI/git_testing, time: 151.2 ms, errors: [Git credentials storage exception.])
2018-11-30 15:44:19,986 INFO [http-nio-8085-exec-6] [AccessLogFilter] w19220 POST http://localhost:8085/rest/analytics/1.0/publish/bulk 393536kb
2018-11-30 15:44:23,759 INFO [18-BAM::Default Agent::Agent:pool-32-thread-1] [BuildAgentControllerImpl] Agent 360449 checking build queue for executables...
2018-11-30 15:44:24,830 INFO [9-BAM::PlanExec:pool-15-thread-3] [DefaultErrorHandler] Recording an error: Unable to detect changes : TEST-TEST : : Git credentials storage exception.
I am trying to connect with GITHUB repo, it is saying "Git credentials storage exception.". Please let me know why this is not connecting.? any help would be appreciated
Happened to me using Bamboo on Windows. Fixed by adding explicit permissions to the process owner and by cleaning the bamboo temp directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Juan,
would it be possible for you to share how to add explicit permissions to the process owner and clean the bamboo temp directory?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me from the future. I'm apologizing for being unpolite. Somehow, I never saw the reply.
Using Windows Folder permissions dialogue to grant "admin" rights for the user running the bamboo process worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also facing same issue even repositories connecting to git hub and bitbucket cloud.
Any specific configuration do we have to do in Bamboo. I am using bamboo 7.0.4.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please let us know:
It is important to notice that there are some stets to be taken to configure SmartGit correctly. Therefore, you if you are looking for a simpler solution, Git for Windows seems appropriated.
Based on log entries provided, it seems you are connecting to a Git repository that is located in a given directory (e.g. C:/Projects/Bamboo_CI/git_testing). Have you attempted on cloning this repository from the same box where Bamboo is running by simply opening up Command Prompt (cmd.exe) or any Git client, other than Bamboo?
Once the above is working, then you could move to Bamboo and set up the Git repository. Please, remember that you should be Defining a new version control capability in Bamboo.
Alternatively, you could attempt on creating a Git repository on https://bitbucket.org/ and run repository configuration(s) in Bamboo.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.