i wanted to add bitbucket repository as source context to tabbyML.
because repository is private and app passwords are deprecated, i needed to generate api token.
i used generated repository access token. then i pasted URL into tabby configuration.
bitbucket generates url in form of
https://x-token-auth:mytoken@bitbucket.org/workspace/repo.git
since this works with git commandline, i would expect same from tabby integrated client. it's replacement for user:password authentication, but form is same
tabby version is v0.32.0
server is using L4 with 24GB, thought it should not matter in this case
Tue Feb 3 10:15:21 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.126.09 Driver Version: 580.126.09 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA L4 On | 0000DF8C:00:00.0 Off | 0 |
| N/A 58C P0 28W / 72W | 4085MiB / 23034MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 2932 C /opt/tabby/bin/llama-server 316MiB |
| 0 N/A N/A 2952 C /opt/tabby/bin/llama-server 2208MiB |
| 0 N/A N/A 2964 C /opt/tabby/bin/llama-server 1542MiB |
+-----------------------------------------------------------------------------------------+
as for log
2026-02-03T08:51:05.580573+00:00 [ERROR]: Failed to clone repository: Failed to clone `https://bitbucket.org/workspace/repository`
2026-02-03T08:51:05.581147+00:00 [WARN]: Failed to refresh code index: Failed to clone `https://bitbucket.org/workspace/repository`
2026-02-03T08:51:05.581174+00:00 [INFO]: Job failed Failed to clone `https://bitbucket.org/workspace/repository`
workspace and repo name is redacted for privacy reasons
i wanted to add bitbucket repository as source context to tabbyML.
because repository is private and app passwords are deprecated, i needed to generate api token.
i used generated repository access token. then i pasted URL into tabby configuration.
bitbucket generates url in form of
https://x-token-auth:mytoken@bitbucket.org/workspace/repo.git
since this works with git commandline, i would expect same from tabby integrated client. it's replacement for user:password authentication, but form is same
tabby version is v0.32.0
server is using L4 with 24GB, thought it should not matter in this case
as for log
workspace and repo name is redacted for privacy reasons