godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
656 stars 64 forks source link

Linux Godot 4.2.1 - Plugin 3.1.0 - Plugin window is empty #221

Open MastroLindus opened 5 months ago

MastroLindus commented 5 months ago

Installed the plugin from the assetLib. Configured my credentials in the version control settings in the Project menu. I see the version control tab, but it's empty, I don't see anything

quirkylemon commented 5 months ago

I have the same issue

darkhog commented 4 months ago

I have it on Windows (mono version).

pastordougdev commented 4 months ago

Same Issue - Godot 4.2 on Mac OS

Parxer commented 4 months ago

Any update on this? Having the same issue on macos (intel macbook pro)

darkhog commented 3 months ago

Doesn't seem like it. What I'm doing right now is committing and pushing outside Godot (via Github Desktop in my case, can't be bothered to memorize all git commands, lol).

tkuebler commented 3 months ago

Same issue godot 4.2.1 on Mac - need in editor diffs - have to fire up IntelliJ just for diffs ...

Parxer commented 2 months ago

So, I'm not sure if it somehow fixed itself (still the same plugin version, but I'm on Godot 4.2.2 now), or I was just being blind and/or stupid, but it definitely works for me now. The thing is, the window on the bottom called Version Control, is not actually the main window - there is another one on the right (in the Inspector group) called Commit, which shows all you would expect and lets you stage/commit/push changes. The Version Control window is just a diff view for when you select a changed file in the Commit window. Hopefully this was the only actual issue and it will also work for y'all.