Cannot choose port on cloning git via ssh from aptana studio 3 -
i trying import git project aptana gitlab. in dialog aptana shows stup details git uri. found out there no way determine port of ssh comand connect git project.
i using gitlab on private server on port 6022
. after serching bit on net tried both: ssh://git@gitlab.mydomain:6022/'myproject'.git
, git@gitlab.mydomain:6022/'myproject'.git
none of worked.
in first message: "could not read remote reposatory"
, in second: "port 22: bad file number fatal"
seems ignore port manually set on command , tries default 22.
so how can determine port ssh ??
i had similar issue, me trying pass username , password via url. after much trial , error below worked me, of course of study inquire password.
ssh://username@192.168.0.1:2222/home/username/repos/testrepo
git ssh port aptana aptana3
No comments:
Post a Comment