-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackBlitz sends an empty/duplicate commit to linked GitHub repo #1466
Comments
@jordanhailey are you still able to push your code from stackblitz to github? I do not even see push button, connect is broken too |
Hey @Lonli-Lokli I was able to test this again just now, I can still commit (and it still pushes two commits to my repo) Not sure what might be causing issues on your end, do you see a "Commit" button near the top of your IDE? If not, perhaps you haven't linked your GitHub account? |
@jordanhailey I think it's because you have your token in place. I had to logout and after that I see this when trying to connect the repo - failing request and constantly loading page. But login itselff was successfull, I can see all projects. I just cant do anything with github |
Ah shame.. I'm sure the team is moving at rapid pace and may have that bug resolved soon. 🤞🏽 |
Hello! 😄 I am having the exact same issue. I managed to "fix" it by developping on an other branch, and squashing the commits when merging. I'd still very much like this issue fixed 😅 |
Same issue, please fix. |
This issue is now resolved in our new VS Code editor! Additional details in Github issue #2473 |
Description of Bug
After setting up a new
create-react-app
project and connecting to a GitHub repo, I've noticed that two commits are sent each time I commit -> push from StackBlitz.N file(s) modified
.Steps to Reproduce
Expected Behavior
Only one commit is sent with the file changes, the message either being a custom commit message or the default if no message is specified.
Screenshots/Screencast
Additional Context/Questions
The text was updated successfully, but these errors were encountered: