You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Im trying to configure my reposistory. Im using to ways to configure and test the connection, using Username and Password & SSH private keys.
Using the Username and Password returns the following error....
Git credentials storage exception.
log file
Caused by: java.io.FileNotFoundException: C:\Dev\Bamboo\temp\GIF65E~1.TMP (Access is denied)
I have grant write permissions to the folder.
and using the SSH private keys returns the following error....
We couldn't connect to the repository. The details you provided were invalid.
log file
Caused by: java.lang.IllegalArgumentException: Cannot read keypair, it doesn't contain any line with '-----BEGIN
Any advice on how to solve the above
Using the Username and Password returns the following error....
Is Bamboo started through the file "start-bamboo.bat" or Windows Service?
If Windows Service, is it configured to start Bamboo as "Local System account" or a user account? For more info, refer to Running Bamboo as a Windows service as the local user
Set the Windows Service to run with a user account and then confirm that user account have the read and write permission to the folder C:\Dev\Bamboo
and using the SSH private keys returns the following error....
Did you use Putty to generate the SSH key? Click on the Conversion menu to convert it to OpenSSH key which will have the following example file content format:
-----BEGIN RSA PRIVATE KEY-----
xxx
xxx
xxx
-----END RSA PRIVATE KEY-----
This solved the credential issue for me. Setting the User to have Read and Write permissions to the below folder.
"Set the Windows Service to run with a user account and then confirm that user account have the read and write permission to the folder C:\Dev\Bamboo"
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.