Will Tucker wrote:
> I'm trying to git the latest software.
> 
> What  am I doing wrong?

What does your 'git --version' say.  It looks like you may have a git
client which is too old.  Try with git >= 1.4.2

Kevin

> 1) Tried this:
> linux:/home/guest/workdir/new_git # cg-clone 
> git://source.mvista.com/git/linux-davinci-2.6.git
> defaulting to local storage area
> ssh: git: Name or service not known
> rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
> rsync error: error in rsync protocol data stream (code 12) at io.c(434)
> cg-pull: unable to get the head pointer of branch master
> cg-clone: pull failed
> linux:/home/guest/workdir/new_git #   
> 
> 
> 2) Also tried this:
> linux:/home/guest/workdir/new_git # git clone 
> git://source.mvista.com/git/linux-davinci-2.6.git testa
> defaulting to local storage area
> fatal: read error (Connection reset by peer)
> linux:/home/guest/workdir/new_git #
> 
> 3) And this:
> linux:/home/guest/workdir/new_git # git clone 
> http://source.mvista.com/git/linux-davinci-2.6.git testb
> defaulting to local storage area
> got 82f5d268ba45caecdf5c99bc61a421a0df7e69f1
> got cae41d8c59b98ffc69cea80910e093c03c157f8d
> got 720bd00374cc5836035d0f1b00a18d947dd49dc3
> Getting pack list
> error: Couldn't get e1d5c17c12c22663d9df80925e4b7872bd53d6aa: not separate or 
> in any pack
> error: Tried 
> http://source.mvista.com/git/linux-davinci-2.6.git/objects/e1/d5c17c12c22663d9df80925e4b7872bd53d6aa
> Cannot obtain needed blob e1d5c17c12c22663d9df80925e4b7872bd53d6aa
> while processing commit 720bd00374cc5836035d0f1b00a18d947dd49dc3.
> linux:/home/guest/workdir/new_git #
> 
> Any Ideas?
> 
> Thanks,
> 
> Will
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
  • Re: Using git with no luck... Kevin Hilman

Reply via email to