godotengine / godot-git-plugin

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

Update commit list + Usability messages + UX + Error in windows 11 #167

Open git2013vb opened 1 year ago

git2013vb commented 1 year ago

v4.0.stable.official [92bee43ad] Debian 11 Debian 10

I think there is a problem in commit list.

I have two computer with the same project. When I commit from one (I checked with web if the commit was done) I can't see that commit in the other computer , no matter what I do. This issue is a no go to for me. I will use vscode in the meantime :)

can you add some usability messages in these actions?:

Also some improvements in UX

======= Windows 11 section :

When I try to commit I have this error

core/variant/variant_utility.cpp:894 - GitPlugin: Could not get default signature. Error -3: config value 'user.name' was not found in godot-git-plugin\src\git_plugin.cpp:GitPlugin::_commit#L103 While In Project->VersioneControl->Version Control Settings I have all set (user and password) Thanks

dennissherb commented 1 year ago

try running git config --global user.name "YourName"