lgs
05-19-2008, 12:30 PM
Does anybody use "git" on Hostmonster ? If you are a Ruby on Rails guy, secure you've heard about github.com nowday and if know linux kernel as a developer, you probably also know git. Git is an open source version control system, and I just installed the "badguy" on Hostmonster ... but I cannot "clone" a new project cose it seems the firewall catoff the comunication. Look at my session here :
useraxis@useraxis.org [~]# git clone it://github.com/technoweenie/mephisto.git
git clone git://github.com/technoweenie/mephisto.gitInitialized empty Git reposi
github.com[0: 65.74.177.129]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
fetch-pack from 'git://github.com/technoweenie/mephisto.git' failed.
useraxis@useraxis.org [~]#
Now, does any body already use git over this provider ? If no, does any body has some ideas of how to look for the kind of protocol / port it actually use my "git clone" command ( non priviledge user space process ) ? I do not have tcpdump permission to trouble shuting the network here :
useraxis@useraxis.org [~]# tcpdump
tcpdump: socket: Operation not permitted
useraxis@useraxis.org [~]#
Thanks in advance for any suggestion
Luca G.S.
useraxis@useraxis.org [~]# git clone it://github.com/technoweenie/mephisto.git
git clone git://github.com/technoweenie/mephisto.gitInitialized empty Git reposi
github.com[0: 65.74.177.129]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
fetch-pack from 'git://github.com/technoweenie/mephisto.git' failed.
useraxis@useraxis.org [~]#
Now, does any body already use git over this provider ? If no, does any body has some ideas of how to look for the kind of protocol / port it actually use my "git clone" command ( non priviledge user space process ) ? I do not have tcpdump permission to trouble shuting the network here :
useraxis@useraxis.org [~]# tcpdump
tcpdump: socket: Operation not permitted
useraxis@useraxis.org [~]#
Thanks in advance for any suggestion
Luca G.S.