



This fix is so far only for the current window. Now git will be able to use the keys that you generated earlier. GIT_SSH=C:\Program Files (x86)\Git\bin\ssh.exe To check if changes are applied: C:\set GIT_SSH To correct this simply execute: C:\set GIT_SSH=C:\Program Files (x86)\Git\bin\ssh.exe The Github desktop is an extension of the GitHub workflow. As it is designed by Github, it comes with tons of features, specifically for VCS. In fact, experts recommend this as the first choice when you implement GitHub to host your projects. GIT_SSH=C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe One of the best Git GUI clients for Windows is the Github Desktop, which has been created by Github. Next you need to determine which ssh that git is using. The second line tells you which exact program will be executed.
Best windows git client reddit password#
I used ssh-keygen from the command prompt to generate my keys and but when I tried "git clone ssh://." I got the same results as you, a prompt for the password and the message "fatal: The remote end hung up unexpectedly".ĭetermine which ssh windows is using by executing the Windows "where" command. The problem I had was I was using different ssh implementations between when I generated my keys and when I used git. I fought with this problem for a few hours before stumbling on the obvious answer. This time the error was narrowed down to: git.exe clone -v “E:\GitTest\myapp” I’ve also tried using Putty’s plink instead of TortoisePLink (in both Git’s and TortoiseGit’s installation). Initialized empty Git repository in E:/GitTest/myapp/.git/įatal: The remote end hung up unexpectedlyīTW: The TortoisePLink comes up just before this message appears and asks me: “ login as:” ( I thought that this info is given in the command, i.e: home variable is set to the correct place: I’ve went through all the steps till this point, but I keep getting this from TortoiseGit: git.exe clone -v “E:\GitTest\myapp” I am in the process of creating a clone for my project. I've went through the excellent guide provided by Tim Davis which is about configuring Git to work with SSH under Windows in order to produce a Git Server in order to have a main place for my DVCS.
