[GH-ISSUE #146] Support Bitbucket HTTPS remote URLs in exclusion/allow list #55

Closed
opened 2026-03-02 04:11:32 +03:00 by kerem · 0 comments
Owner

Originally created by @hsethiya on GitHub (Oct 25, 2025).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/146

config.is_allowed_repository in Git-AI checks SSH/HTTPS Urls Hashset.contains for the URLs returned by git remote -v

This leads to a problem with HTTPS in Bitbucket as the URL is different per user: https://@bitbucket.org//repo.git

Originally created by @hsethiya on GitHub (Oct 25, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/146 config.is_allowed_repository in Git-AI checks SSH/HTTPS Urls Hashset.contains for the URLs returned by git remote -v This leads to a problem with HTTPS in Bitbucket as the URL is different per user: https://<username>@bitbucket.org/<WORKSPACE>/repo.git
kerem closed this issue 2026-03-02 04:11:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#55
No description provided.