hey <#C01G63Q4HS7|general> -- this has probably be...
# general
m
hey #general -- this has probably been asked before.... so apologies for the spam. ive had seriously good success at implementing infracost into my cicd pipelines in gitlab. but now im building a pipeline in bitbucket (and following the examnples in the docs) and getting the following error for the git clone step:
Copy code
git clone $BITBUCKET_GIT_HTTP_ORIGIN --branch=$BITBUCKET_PR_DESTINATION_BRANCH --single-branch /tmp/base
Cloning into '/tmp/base'...
fatal: could not read Username for '<https://bitbucket.org>': No such device or address
has anyone else encountered this before?
b
Hello! Questions like this is better to ask in #help as we're trying to keep general for important announcements 🙂
m
looks interesting. thanks @busy-agent-35515
b
Please let me know if it doesn't work. We'll figure this out 🙂
m
will do 🙂
also looking at using a pipeline-based ssh key and a repo access key instead
b
Interesting, we're not using Bitbucket in our org, but your experience might be helpful for other Bitbucket users 🙂
m
@busy-agent-35515 - the ssh route worked perfectly
Copy code
git clone $BITBUCKET_GIT_SSH_ORIGIN --branch=$BITBUCKET_PR_DESTINATION_BRANCH --single-branch /tmp/base
b
Awesome! 🙂