You are viewing a single comment's thread from:

RE: 每天进步一点点:如何在Github中取消对Google AI Studio的授权

I sometimes have the problem that I can't push my code from Studio to GitHub. I've found that AI Studio has problems synchronizing directories with a . in front of them. My workaround for this is to remove the . from the code in Studio and then add it back in on GitHub. I need to do this for the workflows to create the GitHub page, for example. Maybe this will help you with your problem. If you need a more detailed explanation, feel free to leave a comment.

Sort:  

Thank you for your reply. The files in the GitHub workflow did indeed cause the synchronization failure. I also used the same method to solve the workflow problem.

As for the issue I encountered, after analyzing it over the past two days, I think it might be due to exceeding the Gemini usage limit. Unfortunately, AI Studio doesn't provide detailed error information, so I can only rely on multiple tests and guesswork.

Yes - but normally i dont run in any issues or limits from Gemini Ai Studio for to heavy usage - i'm also about to release a new one build with the Studio and exported to vercel - since it's using a server.js which just not work on Github Pages (hafSQL Background Calls)

Haha, maybe I’ve been using AI a bit too intensively these past few days — not only can the AI barely keep up, I’m about to reach my limit myself 😄.

I’m currently using a VPS on Linode, but I’m also considering moving to some public infrastructure projects — that might help save a bit on costs 😍.