Hello Google AI Studio Team,
I am experiencing a GitHub synchronization issue in Google AI Studio Build Mode.
My project is connected to this private GitHub repository:
Repository: pu********/Campus-Flow-
Branch: main
Problem:
Google AI Studio shows:
“GitHub & Google AI Studio are currently in sync.”
However, this is not actually happening.
I made new changes to my Android app in Google AI Studio and the changes are saved in the current AI Studio version.
The latest AI Studio version was created today around 8:28 PM.
However, GitHub does not receive a new commit after these changes.
The GitHub repository’s latest commit remains the older commit from around 42 minutes earlier.
I also checked GitHub Actions. The Android APK workflow completes successfully, but the generated APK contains the old version of the app because GitHub is still building the old repository state.
Important details:
- AI Studio project builds successfully.
- AI Studio shows the GitHub repository as connected.
- AI Studio reports “currently in sync.”
- There is no visible Push/Commit/Sync button in the GitHub panel.
- “Check sync status” does not provide a way to manually push the changes.
- The GitHub repository itself is accessible and healthy.
- The repository is private.
- I already created a fresh repository and connected it to AI Studio, but the same issue occurred.
- I do not want to delete or recreate the project again because the latest AI Studio changes must be preserved.
Expected behavior:
When I make changes in AI Studio, those changes should be detected and pushed as a new commit to the connected GitHub repository.
Actual behavior:
AI Studio reports that everything is synchronized, but no new GitHub commit is created and the repository remains on the previous version.
Please check the server-side GitHub synchronization state for my AI Studio project and help restore the bidirectional sync so that the current AI Studio workspace can push its latest changes to the connected GitHub repository.
I can provide screenshots of:
1. AI Studio current version
2. AI Studio GitHub sync panel
3. GitHub commit history
4. GitHub Actions successful APK build
Thank you.