Comment 0 for bug 1877486

Revision history for this message
Bryce Harrington (bryce) wrote :

git ubuntu version: 0.10

Steps to reproduce:
$ git ubuntu clone exim4 exim4-gu
$ cd exim4-gu/
$ git status
On branch ubuntu/devel
nothing to commit, working tree clean

$ git ubuntu remote add sergiodj
fatal: Couldn't find remote ref refs/notes/commits

I'm able to clone his branch into a separate directory though:
$ git clone -b groovy-exim4-93-15-merge git+ssh://<email address hidden>/~sergiodj/ubuntu/+source/exim4
Cloning into 'exim4'...
remote: Counting objects: 1642, done.
remote: Compressing objects: 100% (880/880), done.
remote: Total 1642 (delta 918), reused 1163 (delta 724)
Receiving objects: 100% (1642/1642), 3.72 MiB | 2.45 MiB/s, done.
Resolving deltas: 100% (918/918), done.