I managed to get cygwin SSH working configured to run as SYSTEM and cyglsa installed. And now I want to setup so I can use Git push/pull over ssh.
The problem is that to use msysGit I would have to add it's "bin" and "libexec/git" directories to the PATH. But this also adds various command binaries which override the native cygwin one's, which are obviously much more up-to-date and work better inside cygwin. I can try and use Cygwin's Git but I'm not sure if it will inter operate correctly with msysGit clones. So my questions are: 1. Can Cygwin's Git inter operate with a clone from msysGit? at least for push/pull purposes? 2. Is there a way so that msysGit can be integrated into a Cygwin environment without disturbing Cygwin's command binaries or Cygwin's binaries interfering with msysGit? Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple