|
From: László V. <ver...@gm...> - 2013-05-10 15:45:08
|
Hi All! I want to clone a bitbucket repository using ssh, following this page: https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git The mingw development kit, gcc, g++ are manually installed, using newest found versions. The installed ssh is: OpenSSH_5.4p1, OpenSSL 1.0.0 29 Mar 2010 When I tray running these two commands, I get ssh-agent -> socket: not owner (1) ssh -T gi...@bi... -> ssh: Could not resolve hostname bitbucket.org: no address associated with name Also tryed ssh-agent -a file, where the file's user & group were: username:Addministrator, but got the same error as (1) Searched the net, and the archives, but could not find yet anything. Any idea what the problem is, or what should I look for? Thanks beforehand. Laci |