I’ve just tried to deploy my app and the logs give me the following errors:
[14:53:00]
Updating the app files has failed: git pull: error: repository does not exist
[14:53:00]
Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
I specified the correct repo, branch, and file, and added the requirements.txt.
(movie-recommender/requirements.txt at main · george-perry/movie-recommender · GitHub)
Appreciate any help.
Hi @george-perry,
Thanks for posting!
I’d recommend logging out/un-linking your GitHub and then re-linking it, to make sure that you’ve granted Streamlit the proper permissions from your GitHub account.
Caroline 
Hi @george-perry, have you tried deleting and re-deploying the app? It seems like there’s an issue pulling the code from GitHub.
I have and it unfortunately still gives me the same errors.
I am getting the same issues described here. I tried signing out, unlinking my account, deleting and redeploying the app, and nothing worked
Yeah me too, also tried deploying the same project in a new repo, but still got the same error… Running the project locally works fine. Can’t seem to figure this one out
yeah… seems like a technical issue with streamlit. i ended up deploying using heroku instead based on this article. it was actualy pretty easy, and also links with your github account. (note: when copying-pasting from the article, make sure you fix the quotes, they show up differently than the default "
that is expected for code)
right I’m pretty new to streamlit but I can’t see how git was failing after a successful clone, the authentication must be fine right…
Appreciate you sending that article just tried it and it works perfectly, thanks!
Hello, I have the same issue, is there any fix apart from deploying somewhere else?
Is your repo set on private or public. I tried taking a look at it and it gave me a 404 error. Maybe that is causing the communication issue on the app deployment.
@george-perry @ltirrell @AmauryLecoq @Hderek22
Update: we’ve resolved this issue with Streamlit Cloud and deleting/re-deploying your app will fix it. Thanks for your patience! 