You are not getting my point here. You can use telnet to troubleshoot your connectivity to the services. Its probing a port to see if there is an open connection. And if the server responds to any arbitrary query!
===================== Gauravs-MacBook-Pro:test gauravghimire$ telnet github.com 9418 Trying 207.97.227.239... Connected to github.com. Escape character is '^]'. bla bla get 006cERR Your Git client has made an invalid request: bla bla get Email [email protected] for helpConnection closed by foreign host. ===================== This proves that the connectivity from me to github is fine and the server is responding well, and any problem(if any) there of might be related to application and not the network. Had I got a 'connection refused', or a timeout, I would check with my network or my upstream. Regards, Gaurav On May 25, 2012, at 8:52 AM, rhoit wrote: > Try again might be some connection problem or its block by your server > your are connected to. > > telnet is no longer used now days. > > git uses ssh for authentication. > > On 24/05/12 21:13, Gaurav Ghimire wrote: >> $telnet host/ip-addr portnumber >> >> On May 24, 2012 8:37 PM, "Everest K.C." <[email protected] >> <mailto:[email protected]>> wrote: >> >> htpps works fine. I would really be thankful if anyone could get me >> solution for git protocol. How to telnet into those other ports? >> >> On Thu, May 24, 2012 at 7:35 PM, Gaurav Ghimire >> <[email protected] <mailto:[email protected]>> wrote: >> >> Github is refusing connection from your host [I cannot say >> exactly as why, but your network might be refusing traffic on >> port git's port for some reason]. You can try with https instead >> of git:// . also check if github is really refusing connections >> by telnetting into those other ports . >> >> I tried from 3 different hosts at my end and all of them seem to >> be able to clone fine without any problems. >> >> Regards, >> Gaurav >> >> On May 24, 2012, at 6:40 PM, Everest K.C. wrote: >> >>> I just installed git and while cloning git, I get following error >>> >>> everest@everest-Inspiron-1525:~$ git clone >>> git://github.com/schacon/grit.git >>> <http://github.com/schacon/grit.git> >>> Cloning into grit... >>> github.com <http://github.com/>[0: 207.97.227.239]: >>> errno=Connection refused >>> fatal: unable to connect a socket (Connection refused) >>> >>> >>> Anyone Please help! >>> >>> >>> -- >>> With Regards, >>> Everest K.C. >>> BE Computer Engineering >>> Institute of Engineering, Pulchowk Campus >>> URL: http://www.everestkc.com.np <http://www.everestkc.com.np/> >>> >>> >>> >>> -- >>> FOSS Nepal mailing list: [email protected] >>> <mailto:[email protected]> >>> http://groups.google.com/group/foss-nepal >>> To unsubscribe, e-mail: >>> [email protected] >>> <mailto:[email protected]> >>> >>> Mailing List Guidelines: >>> http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines >>> Community website: http://www.fossnepal.org/ >> >> -- >> FOSS Nepal mailing list: [email protected] >> <mailto:[email protected]> >> http://groups.google.com/group/foss-nepal >> To unsubscribe, e-mail: [email protected] >> <mailto:foss-nepal%[email protected]> >> >> Mailing List Guidelines: >> http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines >> Community website: http://www.fossnepal.org/ >> >> >> >> >> -- >> With Regards, >> Everest K.C. >> BE Computer Engineering >> Institute of Engineering, Pulchowk Campus >> URL: http://www.everestkc.com.np >> >> >> -- >> FOSS Nepal mailing list: [email protected] >> <mailto:[email protected]> >> http://groups.google.com/group/foss-nepal >> To unsubscribe, e-mail: [email protected] >> <mailto:foss-nepal%[email protected]> >> >> Mailing List Guidelines: >> http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines >> Community website: http://www.fossnepal.org/ >> >> -- >> FOSS Nepal mailing list: [email protected] >> http://groups.google.com/group/foss-nepal >> To unsubscribe, e-mail: [email protected] >> >> Mailing List Guidelines: >> http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines >> Community website: http://www.fossnepal.org/ > > -- > FOSS Nepal mailing list: [email protected] > http://groups.google.com/group/foss-nepal > To unsubscribe, e-mail: [email protected] > > Mailing List Guidelines: > http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines > Community website: http://www.fossnepal.org/ -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
