You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Peter Vandenabeele (JIRA)" <ji...@apache.org> on 2015/03/03 23:22:06 UTC

[jira] [Updated] (SAMZA-585) git clone hello-samza incorrect

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

Peter Vandenabeele updated SAMZA-585:
-------------------------------------
    Attachment: fix-hello-samza-clone.patch

Patch for the docs samza/docs/startup/hello-samza/versioned/index.md

> git clone hello-samza incorrect
> -------------------------------
>
>                 Key: SAMZA-585
>                 URL: https://issues.apache.org/jira/browse/SAMZA-585
>             Project: Samza
>          Issue Type: Bug
>          Components: docs
>         Environment: Website hello-samza
>            Reporter: Peter Vandenabeele
>            Priority: Minor
>              Labels: patch
>         Attachments: fix-hello-samza-clone.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The page http://samza.apache.org/startup/hello-samza/0.8/
> incorrectly states:
> `git clone git://git.apache.org/samza-hello-samza.git hello-samza`
> This misses the "apache" account on github and fails with:
> ```
> ➜  samza  git clone git://git.apache.org/samza-hello-samza.git hello-samza
> Cloning into 'hello-samza'...
> fatal: unable to access 'https://git.apache.org/samza-hello-samza.git/': Failed connect to git.apache.org:443; Connection refused
> ```
> What worked for me is in the apache account:
> ```
> ➜  samza  git clone https://github.com/apache/samza-hello-samza.git
> Cloning into 'samza-hello-samza'...
> remote: Counting objects: 450, done.
> remote: Total 450 (delta 0), reused 0 (delta 0), pack-reused 450
> Receiving objects: 100% (450/450), 4.85 MiB | 1.78 MiB/s, done.
> Resolving deltas: 100% (185/185), done.
> Checking connectivity... done.
> ```



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