Yes, the git:// protocol doesn't involve ssh at all. Are you trying to
clone a repo you don't have push access to (the g...@... ssh URL)?
Tekkub
GitHub Tech Support
http://support.github.com/
Join us on IRC: #github on freenode.net
Discussion group: [email protected]
On Tue, Sep 15, 2009 at 9:23 AM, Dilip M <[email protected]> wrote:
>
> On Tue, Sep 15, 2009 at 3:21 AM, Tekkub <[email protected]> wrote:
> > ssh settings actually don't effect the git:// cloning... do you have a
> > firewall or proxy that might be getting in the way?
>
> Okay, there is some success and failure! My conf:
>
>
> > more ~/.ssh/config
> #-------------------------------#
> # for github
> Host *github*
> Hostname ssh.github.com
> ProxyCommand /usr/local/bin/corkscrew 10.171.0.10 8080 %h %p
> IdentityFile /home/dilim/.ssh/github
> Port 443
> #-------------------------------#
>
>
> > git clone [email protected]:dilipm/gitnotes.git
> Initialized empty Git repository in /home/dilim/gitrepos/gitnotes/.git/
> remote: Counting objects: 48, done.
> remote: Compressing objects: 100% (36/36), done.
> remote: Total 48 (delta 9), reused 0 (delta 0)
> Receiving objects: 100% (48/48), 4.56 KiB, done.
> Resolving deltas: 100% (9/9), done.
>
> *** Cool ***
>
> > git clone git://github.com/dilipm/gitnotes.git
> Initialized empty Git repository in /home/dilim/gitrepos/gitnotes/.git/
> github.com[0: 65.74.177.129]: errno=Connection refused
> fatal: unable to connect a socket (Connection refused)
>
> ** BAD **
>
> Is this because I am trying directly with GIT protocal and I cannot
> tunnel it! Right?
>
> ~DM
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---