git submodule add
command in which there is Authorization: Bearer
that uses my http access token ?Hi Dave,
The correct syntax is as follows for Bitbucket Cloud repositories:
git submodule add https://x-token-auth:{TOKENHERE}@bitbucket.org/{workspaceID}/{reposlug}.git
NOTE: You will need to replace the placeholder values {TOKENHERE}, {workspaceID}, {reposlug} with actual values (removing the curly braces).
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.