Last updated
I am getting following error:
[CODE] [COLOR=#222222][FONT=arial]$[COLOR=#FFFFFF][FONT=inherit]ssh -T [EMAIL="git@github.com"]git@github.com[/EMAIL][/FONT][/COLOR][/FONT][/COLOR]
[COLOR=#222222][FONT=arial]ssh: connect to host [URL="http://github.com/"]github.com[/URL] port 22: Bad File number.[/FONT][/COLOR]
[/CODE]
I followed solution provided on help and editing config filed found in C;/Users/.ssh/config and added following text:
Host [URL="http://github.com/"]github.com[/URL] Hostname [URL="http://ssh.github.com/"]ssh.github.com[/URL] Port 443 But I am still getting the same error as above.