Git credentials storage exception when trying to connect to a Github repository from Bamboo.
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
要約
Git credentials storage exception when trying to connect to a Github repository from Bamboo.
環境
- To date, it's more prevalent on Windows
診断
When testing the connection to a GitHub repository, Bamboo reports:
We couldn't connect to the repository. Here's what we got back:
Git credentials storage exception.
原因
The user running the Bamboo Server process does not have full permissions to read/write from the $BAMBOO_INSTALL\temp
directory.
ソリューション
Windows の場合:
- Shutdown Bamboo
- Remove all contents from this directory, to clean it:
$BAMBOO_INSTALL\temp
- Right click >> Properties on
$BAMBOO_INSTALL\temp
- Visit the Security / Permissions tab
- Ensure that the user you're using to run Bamboo has Full Control over this folder and its contents
- If running Bamboo as the
LOCALSYSTEM
account, this maps to theBUILT-IN\Administrator
group
- If running Bamboo as the
- Start Bamboo