I am working on a project using git as VCS. Env development is on winddows, and the project contains several long paths, so I have to use cygwin with git.
I installed cygwin with git, created an ssh key, uploaded the key to the server and everything works fine with the console.
But when I try to extract, click, pull from IntelliJ . I get the following error:
D:/cygwin/usr/libexec/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory fatal: unpack-objects failed
I installed gettext and Devel\gettext , libsasl2 and ca-certificates packages for cygwin in accordance with some recommendations that I found, but this did not solve the problem.
Here is my IntelliJ git setup
What do I need to do to use git from cygwin in IntelliJ?
source share