When running an automated pipeline for building documentation using sphinx i run into the following error:
<span>Build finished. The HTML pages are in build/html.</span><span>Cloning into 'tools'...</span><span>fatal: could not read Password for '<a href="https://gdmacmillan@bitbucket.org/" target="_blank" rel="noopener nofollow noreferrer">https://gdmacmillan@bitbucket.org</a>': No such device or address</span>
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?