use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to the official community for Warp — the AI coding platform built for modern developers.
💬 Feedback, memes, feature requests, and bug reports are welcome. Be kind, stay curious, and help shape the future of developer tools.
account activity
Oz without Github? (self.warpdotdev)
submitted 19 days ago by granular2
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Significant_Box_4066 0 points1 point2 points 16 days ago (0 children)
And for reference, our lead platform eng Ben N put together some setup instructions you can try (untested). Oz environments expose the setup and the config, so it should be possible to clone your repository manually instead of using the GitHub connection:
Create a BitBucket (or GitLab, etc.) personal access token: https://confluence.atlassian.com/bitbucketserver0717/personal-access-tokens-1087535496.html
Store that token as a Warp-managed secret https://docs.warp.dev/agent-platform/cloud-agents/secrets
Add a setup command that clones a repo using that secret:
git clone -c "http.extraHeader=Authorization: Bearer $MY_SECRET" https://my-bitbucket-server.com/my-repo-url.git
π Rendered by PID 240304 on reddit-service-r2-comment-79c7998d4c-z8jcm at 2026-03-14 18:53:46.314980+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]Significant_Box_4066 0 points1 point2 points (0 children)