godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
697 stars 73 forks source link

Crash when switching branch #219

Closed Reonu closed 7 months ago

Reonu commented 7 months ago

I have a project with 2 git branches. When trying to switch between them in the UI, Godot completely crashes and closes itself (no error message or anything).

When I open it back up, the plugin is completely uninstalled and I have to install it again from AssetLib

This is on Windows 11, Godot 4.2.1 stable

Reonu commented 7 months ago

Nevermind, I'm dumb. It was crashing and deleting itself because I was switching to a branch in where the git plugin was not installed.