godot-git-plugin icon indicating copy to clipboard operation
godot-git-plugin copied to clipboard

Cannot commit changes on Ubuntu 22.04.4 LTS

Open Pesquisador-Stefano opened this issue 1 year ago • 2 comments

Hi all! I just installed this plugin to a project that is already using Git Plugin and is configured to push/pull with GitHub. I started this project in another machine (Windows 10) and was able to commit/push/pull with no worries i managed to clone and open the project no prob, but when i tried to commit changes he following error showed up: core/variant/variant_utility.cpp:1091 - GitPlugin: Could not get default signature. Error -3: config value 'user.name' was not found in godot-git-plugin/src/git_plugin.cpp:_commit#L103

I configured username and pat in their respective fields in Version Control Settings, just like in the other machine. Even configured git config --global, to no avail. The remote is the https link with .git in the end (green button on repo) I'm using Ubuntu 22.04.4 LTS with Godot 4.2.2.stable.mono If i can provide any info that might help please ask o/

Pesquisador-Stefano avatar Apr 26 '24 15:04 Pesquisador-Stefano

I am having the same issue using Win 4.3.stable.mono

ThisGameIsRyan avatar Aug 23 '24 22:08 ThisGameIsRyan

I managed to solve this issue by adding the wanted git configuration locally instead of globally.

Yokii908 avatar Oct 16 '24 11:10 Yokii908