markeel

Results 17 comments of markeel

I am also getting this same error message when I click the "sync" button at the bottom of the "commit tab" Could not connect to remote "origin". Are your credentials...

BTW I opened a new issue: #172 with a potential fix that may be related to this issue.

I thought that VCS plugin didn't use the enable mechanism. So I think this can be closed, unless we want to do an enhancement where GDExtension plugins do in fact...

This doesn't feel like a plugin bug, if anything it feels like a documentation issue for mingw64 builds. Or is the assumption that static linking should be done and these...

This appears to be a problem with the encoding assumptions made when reading from the libgit2 library. That library is simply an array of characters. It could be encoded as...

I closed the out of date pull request and created a new one

I have only been using the plugin with SSH public key path, and that configuration is retained from invocation to invocation. I did see the following in the FAQ at...

I would highly recommend using SSH credentials instead of a password. This eliminates the need to use a password on both the GIT command line, and if configured within the...

Interesting comment about git-credentials. I actually tried to do an experiment yesterday, but had no success in using that feature from the git command line. The "git pull" command would...

I did some more investigation and the git credential helper is only for the HTTP protocol. If you want password-less for SSH protocol you should use the SSH credentials using...