Re: Errors when updating an old git.git repository

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

 



On 12/26/06, Hannu Koivisto <azure@xxxxxx> wrote:
error: no such remote ref refs/heads/jc/bind
error: no such remote ref refs/heads/jc/bind-2
error: no such remote ref refs/heads/gb/diffdelta

I guess you have some branch references in the file
.git/remotes/origin that shouldn't be there, so you can just remove
the lines that mention  'jc/bind', 'jc/bind-2' and 'gb/diffdelta' from
that file.

* refs/heads/pu: not updating to non-fast forward branch 'pu' of git://git.kernel.org/pub/scm/git/git
  old...new: 0c9951a...f959571

The pu branch is rebased all the time so it needs a '+' in
.git/remotes/origin to be automatically updated, like this:

Pull: +pu:pu

(or you can run 'git pull -f' to force the update)

--
larsh
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]