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

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

     [ https://issues.apache.org/jira/browse/SAMZA-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yan Fang updated SAMZA-729:
---------------------------
    Labels: newbie  (was: )

> 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)