[Gluster-devel] Setting up dev environment

Niels de Vos ndevos at redhat.com
Sat Jan 20 13:12:30 UTC 2018


On Sat, Jan 20, 2018 at 02:17:16AM +0000, Ram Ankireddypalle wrote:
> Hi,
>       I am trying to set  a dev environment and send out the code that I worked on out for review.
>       I tried setting up a build environment using doc @ http://docs.gluster.org/en/latest/Developer-guide/Development-Workflow/
> 
>      I am seeing the following error.
> 
>      git clone ssh://ram-ankireddypalle@git.gluster.org/glusterfs.git glusterfs
>      Cloning into 'glusterfs'...
>      ssh: connect to host git.gluster.org port 22: Connection timed out
> 
>     Please suggest what could be the issue here.

I normally use review.gluster.org instead of the old(?) alias
git.gluster.org. But, that does not really matter and should not cause
the problem you are seeing.

An easier way to debug connection problems is by trying to login over
ssh directly. If it works, you'll get a banner and the server will log
you out again.

    $ ssh nixpanic at review.gluster.org
    
      ****    Welcome to Gerrit Code Review    ****
    
      Hi Niels de Vos, you have successfully connected over SSH.
    
      Unfortunately, interactive shells are disabled.
      To clone a hosted Git repository, use:
    
      git clone ssh://nixpanic@review.gluster.org/REPOSITORY_NAME.git
    
    Connection to review.gluster.org closed.

To troubleshoot, use 'ssh -vvv ram-ankireddypalle at review.gluster.org'
and go through the logs.

Good luck!
Niels


More information about the Gluster-devel mailing list