Replies: 1 comment 1 reply
-
Heya 👋 Have you tried a clone over the If you have problems, the instructions and example in the buildx build docs should be helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Based on build context page, the
Buildx
can download a remote git repository to the local device as the build context. This is working while assigning a public git repository to the build context flag, but it doesn't work when the git repository is private.I wrote a script to test this scenario, then I got an error message,
fatal: could not read Username for 'https://github.com': terminal prompts disabled
, as the response.I would like to know if there is a way to download the private git repository via the build context flag?
Thank you very much.
Have a good one.
Beta Was this translation helpful? Give feedback.
All reactions