abinthomasonline / repo2txt

Web-based tool converts GitHub repository contents into a single formatted text file
https://repo2txt.simplebasedomain.com/
MIT License
867 stars 83 forks source link

Bug: Handling Branch Names Containing Slashes in URL Parsing #7

Closed ardaaltinors closed 4 weeks ago

ardaaltinors commented 1 month ago

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.

ardaaltinors commented 1 month ago

PR #8 has been opened to address this issue.