When attempting to fetch repository contents using a branch name that contains slashes (e.g., feature/implement-caching), the application fails with the following error:
Error fetching repository contents: Repository, branch, or path not found. Please check that the URL, branch/tag, and path are correct and accessible.
Issue
When attempting to fetch repository contents using a branch name that contains slashes (e.g.,
feature/implement-caching
), the application fails with the following error:Error fetching repository contents: Repository, branch, or path not found. Please check that the URL, branch/tag, and path are correct and accessible.