changeset 348:976988492a8f

Install `plink` as Git's SSH handler on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Mar 2016 21:02:18 -0700
parents 4d73159f56ca
children 8d68547c3660
files install.cmd
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/install.cmd	Mon Mar 14 21:01:35 2016 -0700
+++ b/install.cmd	Mon Mar 14 21:02:18 2016 -0700
@@ -64,3 +64,6 @@
 )
 if not exist "%appdata%\Console" mkdir "%appdata%\Console"
 copy "%CWD%console.xml" "%appdata%\Console\console.xml"
+
+setx GIT_SSH=%USERPROFILE%\Dropbox\Utilities\plink.exe
+