Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,459
Community Members
 
Community Events
184
Community Groups

Bamboo Linked repositories

Edited
Deleted user Jul 11, 2018

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

1 answer

1 vote
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 25, 2018

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"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events