My Streamlit app was working fine when using private GitHub repositories, but as of today, it suddenly stopped being able to clone the repositories. The app fails during the repository cloning process with the following error:
[11:38:52] π Failed to download the sources for repository: 'repo_name', branch: 'main', main module: 'main.py'
[11:38:52] π Make sure the repository and the branch exist and you have write access to it, and then reboot the app.
The issue appeared without any recent changes to the repository, app, or settings. I have been using private repositories with Streamlit for a while, and it worked perfectly until today.