godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
717 stars 75 forks source link

Nothing happens when pressing the 'Push' button #250

Open abreathingcorpse opened 3 months ago

abreathingcorpse commented 3 months ago

No error, no nothing.

I already have my user.name and user.email defined. I've already created my PAT, which I'm using as my pwd. I've staged the changes, created a commit and created a new remote, which uses the URL to my repo.

The PAT is working, since I'm able to push through the CLI.

What am I missing?

3nderall commented 3 months ago

I was having a similar problem. Have you checked if your push actually contains the modified content? For me the cli was creating empty pushes in my repo because I forgot to actually save my changes before making the commit.