You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Nagarjuna (JIRA)" <ji...@apache.org> on 2015/07/06 15:36:04 UTC

[jira] [Commented] (SAMZA-729) git url problem in documentation

    [ https://issues.apache.org/jira/browse/SAMZA-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615023#comment-14615023 ] 

Nagarjuna commented on SAMZA-729:
---------------------------------

I am also affected with this

> git url problem in documentation
> --------------------------------
>
>                 Key: SAMZA-729
>                 URL: https://issues.apache.org/jira/browse/SAMZA-729
>             Project: Samza
>          Issue Type: Improvement
>          Components: docs
>    Affects Versions: 0.9.0
>         Environment: windows, linux
>            Reporter: Davor Hrg
>              Labels: newbie
>
> address http://samza.apache.org/startup/hello-samza/0.9/
> contains git clone command
> git clone git://git.apache.org/samza-hello-samza.git hello-samza
> that fails on windows with error:
> fatal: read error: Invalid argument
> and on linux with error:
> fatal: read error: Connection reset by peer
> it works if changed to
> git clone https://git.apache.org/samza-hello-samza.git hello-samza
> same thing happens in hello-samza/bin/grid line 68
>     git clone https://git.apache.org/samza.git



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)