When running an automated pipeline for building documentation using sphinx i run into the following error:
Build finished. The HTML pages are in build/html.
Cloning into 'tools'...
fatal: could not read Password for 'https://gdmacmillan@bitbucket.org': No such device or address
I have the following code in the build script:
# get previous documentation from github
git clone https://gdmacmillan@bitbucket.org/live_power/tools.git --branch bitbucket-pipelines --single-branch
This is a private repo and the same one which triggers the build but a different branch. What can I do to be able to clone this repo?
Never mind I answered my own question using this link:
I added the ssh key and changed my clone statement to:
git clone git@bitbucket.org:live_power/tools.git --branch bitbucket-pipelines --single-branch
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.