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.