emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Worg pull broken?


From: Sébastien Vauban
Subject: [Orgmode] Re: Worg pull broken?
Date: Wed, 27 Oct 2010 09:47:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hello David Maus,

David Maus wrote:
> At Fri, 22 Oct 2010 17:55:28 +0200, Sébastien Vauban wrote:
>> 
>> Just wanted to update my local repo of Worg:
>> 
>> --8<---------------cut here---------------start------------->8---
>> address@hidden ~/src/Worg>git pull
>> error: Unable to find 9a6e35ee0276b7736f5a08dccba52a4374574892 under 
>> http://repo.or.cz/r/Worg.git
>> Cannot obtain needed blob 9a6e35ee0276b7736f5a08dccba52a4374574892
>> while processing commit f58d7c210e22c66d18dae80f45280e32c086b7c3.
>> error: Fetch failed.
>> --8<---------------cut here---------------end--------------->8---
>> 
>> Does that tell you something?
>
> Does this problem still occur

No...


> and what remote repository are you pulling from? (cat .git/config) There are
> postings on the web that mention this error when pulling via http: protocol.

#+begin_src sh
address@hidden ~/src/Worg>cat .git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = http://repo.or.cz/r/Worg.git
[branch "master"]
        remote = origin
        merge = refs/heads/master
#+end_src


> Pulling git+ssh://repo.or.cz/srv/git/Worg.git works fine here.

- Does using ssh give you compression for free?  Hence, a quicker way to
  download big repos?

- Can you use whatever protocol (git, http, git+ssh) in front of any "git
  URL"?  I mean, if I see on the Web, http://xxx.git, can I replace http by
  git with no impact?

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]