texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.75k stars 343 forks source link

"Push to repository" checkbox has no effect on macOS 13 #3108

Closed samcarter closed 1 year ago

samcarter commented 1 year ago

Environment

Expected behavior

commits will be pushed to the repository

Actual behavior

files are committed, but not pushed

How to reproduce

I was very happy to see that you recently added an option to allow push on git checkin: https://github.com/texstudio-org/texstudio/commit/a2a1d665773e714ada550902e05b7aaea2bf4eee

I now tried this option by going to File->SVN/GIT...->Check in.. and selecting the checkbox like this

Screenshot 2023-05-12 at 11 05 04

The commit works fine, however it does not seem to push the changes. I can't see any message about "git push" in the "Messages" pane and if I check the status of my git repository, it shows that the commit was not pushed.

237933422-497fcb46-eb26-46c5-ba1f-f106fc1aed86

Am I using this option incorrectly? Or are my expectations wrong?

Additional information

sunderme commented 1 year ago

fixed with https://github.com/texstudio-org/texstudio/commit/31565b400fbf6ab734bc3db895fbf5af228e37ee

samcarter commented 1 year ago

@sunderme Works great! Thanks a lot for the quick fix!

muzimuzhi commented 1 year ago

fixed with 31565b4

31565b400fbf6ab734bc3db895fbf5af228e37ee is just a merge commit. I think it is a5921a88de31a959d393093bf0aff4da26d26d51 that resolved current issue.