Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-07-18 Thread Patryk Małek
Hello, S, after trying and trying I have finally came to a solution :) My firewall from Comodo Internet Security suite was blocking ssh clients somehow. Although I have no idea why and how because I can successfully connect to other machine via SSH. Now I will have to find a new

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-07-13 Thread Patryk Małek
So to reproduce what I have done besides reinstalling a bunch of times: - I have uninstalled Git and all its GUI frontends from the system that I have installed (git extensions, github for windows etc ect) - I have deleted *GIT_SSH * environmental variable - uninstalled whole putty package -

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-07-13 Thread Thomas Ferris Nicolaisen
On Friday, July 13, 2012 1:48:06 PM UTC+2, Patryk Małek wrote: So to reproduce what I have done besides reinstalling a bunch of times: - I have uninstalled Git and all its GUI frontends from the system that I have installed (git extensions, github for windows etc ect) - I have deleted

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-07-11 Thread Thomas Ferris Nicolaisen
On Tuesday, July 10, 2012 11:23:46 PM UTC+2, Patryk Małek wrote: Hello again, A lot of time passed since my last e-mail but I have been trying some different approaches to this problem but ... none worked. I have tried as you suggested to go with *Github for Windows* which actually worked

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-07-10 Thread Patryk Małek
Hello again, A lot of time passed since my last e-mail but I have been trying some different approaches to this problem but ... none worked. I have tried as you suggested to go with *Github for Windows* which actually worked - but it's not a go for me since I need this now for my work project

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-06-13 Thread Patryk Małek
Ok so I have tried to do this *plink x...@github.com git --version * but I have received this error : *C:\Users\XXXplink x...@github.com git --version FATAL ERROR: Disconnected: No supported authentication methods available (server sent: publickey)* * * When I set my *GIT_SSH* to *C:\Putty\ *

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-06-13 Thread Thomas Ferris Nicolaisen
Reading your post on StackOverflow, it looks to me like you are mixing Cygwin/Git Bash with normal Windows paths. I would suggest the following: 1. Start from scratch, remove all keys and software you set up/installed already. 2. Try Github for Windows http://windows.github.com/. If

Re: [git-users] cannot spawn ssh while trying to push changes to remote (e.g. github)

2012-06-13 Thread Konstantin Khomoutov
On Wed, 13 Jun 2012 14:30:27 +0200 Patryk Małek malekpat...@gmail.com wrote: Ok so I have tried to do this *plink x...@github.com git --version * but I have received this error : *C:\Users\XXXplink x...@github.com git --version FATAL ERROR: Disconnected: No supported authentication methods