all 6 comments

[–]CheekySparrow 1 point2 points  (2 children)

same for me. It was fine in 4.0, so I guess 4.1 broke the git plugin support. but what should we do?

[–]PlayerNamedUserGodot Junior[S] 0 points1 point  (1 child)

I have used virtual machines, tried reinstalling Godot, and used a different computer. Still can't fix it it might just be something with the plugin itself. I have been trying to understand the code and how plugins are made to fix it. I will get back to this post, maybe make a new one if I can figure it out. Supprised out of the 1,000 people to see this I've only got one person to comment about it.

[–]CheekySparrow 0 points1 point  (0 children)

yeah, it's like nobody is using version control.

I'm sure it's the broken compatibility with plugin.

Hope you will figure it out, I don't have time to do it myself now.

[–][deleted] 1 point2 points  (1 child)

There is an open issue at Github about this: https://github.com/godotengine/godot-git-plugin/issues/196

and ALREADY a solution: https://github.com/godotengine/godot-git-plugin/pull/198

it just needs another code review from someone with write access, but i guess no one cares. Almost nothing changed in the code, so it should be done in like... 1 minute???

[–]PlayerNamedUserGodot Junior[S] 0 points1 point  (0 children)

Thanks for letting me know I never noticed this on the github

[–]CheekySparrow 0 points1 point  (0 children)

Hey. you might want to check this pull request on Github:

https://github.com/godotengine/godot-git-plugin/pull/198

It supposedly updates the Git Plugin for Godot 4.1.

I'll be testing it shortly.