[haskell-llvm] Thinking of moving the repo to github

Paulo Tanimoto ptanimoto at gmail.com
Sun May 22 19:43:59 BST 2011


Hi Henning,

On Sun, May 22, 2011 at 1:32 PM, Henning Thielemann
<lemming at henning-thielemann.de> wrote:
>
> $ git clone https://github.com/bos/llvm/
> Initialized empty Git repository in /bla/llvm/.git/
> Cannot get remote repository information.
> Perhaps git-update-server-info needs to be run there?
>

I believe that should have been:

$ git clone https://github.com/bos/llvm.git
Initialized empty Git repository in /tmp/llvm/.git/
remote: Counting objects: 2436, done.
remote: Compressing objects: 100% (2394/2394), done.
remote: Total 2436 (delta 0), reused 2436 (delta 0)
Receiving objects: 100% (2436/2436), 2.11 MiB | 1.73 MiB/s, done.

Paulo



More information about the Haskell-llvm mailing list