Use Cygwin Git + SSH with Visual Studio

I am new to Windows development environments and have ever used Cygwin to access Windows programs.

Is it possible for a Windows program such as VS2012 to integrate with git and the public key generated by Cygwin?

I would rather keep as many tools as possible in a pseudo-nix environment to stay in my comfort zone.

+4
source share
1 answer

Yes.

VSTE uses its own implementation of git, so you do not need to configure it to use the version of Cygwin or anything else.

- git Windows, Cygwin, , (AFAICS). ( git) .

: git -credential-winstore SSH git Windows, Windows . Cygwin, Cygwin.

. VS2013, VS2012.

+1

All Articles