Can't import bare git project into eclipse via ssh -



Can't import bare git project into eclipse via ssh -

i have set web server user has ssh access. created new git repository on server doing following:

user@server/dev:~$ git init --bare project.git

i trying import project local eclipse instance, connecting using ssh. have entered next options:

ssh://user@host.com:1234/dev/project.git

using valid username , password in options "user". however, when seek connect fails so, if seek , ssh directory same user via command line able there.

what need git project working correctly?

found problem. have utilize absolute pathname rather user's relative one.

ssh://user@host.com:1234/home/user/dev/project.git

eclipse git ssh

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -