So I installed git on Cygwin and everything is great, except anything to do with remotes. When I try either to push or pull anything, I get the following error:
/usr/libexec/git-core/git-remote-https.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
I also have git bash installed, but since that installation doesn't connect with Cygwin, I had to use apt-cyg to get it to work in Cygwin. I can push/pull in git bash or in the GitHub GUI no problem (they don't clash or anything), but I'd really like to get the Cygwin version working, since I do other stuff there and it is annoying to change terminals all the time!