Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-18 Thread Morusec
Nice find! My settings were set globally and are not considered for some reason. When settings them per project, it works! Thank you -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-18 Thread Morusec
Closed #1056. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1056#event-4219819960

Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-17 Thread Enrico Tröger
Running `geany -v` revealed the underlying GIT error: ``` Author identity unknown *** Please tell me who you are. Run git config --global user.email "y...@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only

Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-17 Thread Enrico Tröger
Just tested on a Windows box: I can confirm the commit action fails. But it is unrelated to any spell checking issues. Though we also cannot see why it is failing at all, the plugin doesn't log the process result :(. For this to work, we need https://github.com/geany/geany-plugins/pull/1026 to

Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-16 Thread Morusec
The Windows version 1.37.1 was installed along side with geany-plugins 1.37. In GeanyVC's option, the field for the language option is empty by default. The error messages a WARNINGs and should not break the git functionality, it may not be related. -- You are receiving this because you are

Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-16 Thread Enrico Tröger
@Morusec did you try to disable spellchecking for GeanyVC by setting the language option to an empty string in the plugin preferences? The posted warnings about aspell and voikkpo libraries are rather harmless and I even think the mixed slashes would work. But Enchant on Windows doesn't work

Re: [Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-13 Thread nomadbyte
Which Geany version are you using? How did you install it? GeanyVC plugin is dependent on `libgtkspell`, which in its turn depends on `libenchant`. The spellcheck is used for the commit message/comment (when language is configured in the plugin's Preferences). -- You are receiving this

[Github-comments] [geany/geany-plugins] GeanyVC git commit not working (Windows) (#1056)

2021-01-09 Thread Morusec
Hi! I usually use the plugins under Linux and everything works as expected. Recently, I've been dual booting on Windows and can't get the "git commit" from GeanyVC to work at all. I can check files, add a comment and click "Commit" but it fails with this error: "17:39:18: Error initializing