pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

Auth fail! #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1.Team > Git > Clone Other ... 
2.Repository URL GIT://git@github.com:mycorporate/repo

Expected efect should be to clone of my prviate repo, instead of this I have 
error Auth fail!

In git-shell everything is working. 

What versions of NbGit, NetBeans and Java are you using?
On what operating system?

NetBeans 6.9.1
Nbgit 0.4
Java 1.6.0_22
Windows 7 32 bit

Original issue reported on code.google.com by kierzn...@gmail.com on 7 Mar 2011 at 3:01

GoogleCodeExporter commented 9 years ago
Not a bug. I'm not sure if it supposed to work at all:

mn@notebook:~/tmp/issue93$ git --version
git version 1.7.4.1
mn@notebook:~/tmp/issue93$ git clone git://git@github.com:mycorporate/repo
Cloning into repo...
fatal: Unable to look up git@github.com (port mycorporate) (Servname not 
supported for ai_socktype)
mn@notebook:~/tmp/issue93$ 

'github.com:mycorporate' is definetelly treated as 'server:port'.

Original comment by mykola.nickishov on 11 Mar 2011 at 8:26