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

2012-07-17 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 firewall

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-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 - clear

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

2012-07-10 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 w

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 wher

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 wrote: > Ok so I have tried to do this *plink x...@github.com "git --version" > * but I have received this error : > > *C:\Users\XXX>plink x...@github.com "git --version" > FATAL ERROR: Disconnected: No supported authentication methods > available

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 . If

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\XXX>plink 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 Konstantin Khomoutov
On Wed, 13 Jun 2012 03:49:23 -0700 (PDT) Patryk Małek wrote: > I have a problem with github - namely I cannot push changes to remote > server i.e. github because I always get "cannot spawn ssh/plink "etc > etc errors . I am using Win7 (git installation with separate bash ) > and I have been alre

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

2012-06-13 Thread Patryk Małek
Hello everyone, I have a problem with github - namely I cannot push changes to remote server i.e. github because I always get "cannot spawn ssh/plink "etc etc errors . I am using Win7 (git installation with separate bash ) and I have been already trying many things with e.g. environment variab