I'm trying to configure GIT edit commit message with Notepad++. when I do git commit, notepad++ is opening with the error :
"cannot open file, C:\cygdrive\c\project_path.git\COMMIT_EDITMSG cannot be oped. The folder C:\cygdrive\c\project_path.git\COMMIT_EDITMSG doesn't exist."
The folder ./git exists the project _path folder. but I don't understand why \cygdrive\c is on the path.
I'm using cygwin on Windows 10.
Thanks.