I am working on project using git as a VCS. Development env is on winddows and project contains some long paths so I am forced to use cygwin
with git.
I have installed cygwin with git, created ssh key, uploaded key to server and that all works fine from console.
But when I try to fetch, push, pull from IntelliJ
I am receiving 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 have installed gettext
and Devel\gettext
, libsasl2
and ca-certificates
packages for cygwin according to some recomendation I have found but this didn't solve the problem.
Here is my IntelliJ git configuration
What I have to do to be able use git from cygwin within IntelliJ?