James Morris <[email protected]> wrote:

> > Tagged thusly:
> > 
> >     git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
> >     keys-fixes-20170209
> 
> I'm getting this:
> 
> $ git pull 
> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git 
> keys-fixes-20170209
> fatal: Couldn't find remote ref keys-fixes-20170209

Ummm...  I can see it in the web interface for the branch:

        
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes

and the tag itself:

        
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/tag/?h=keys-fixes-20170209

It works for me:

        warthog>git pull 
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git 
keys-fixes-20170209
        remote: Counting objects: 17, done.
        remote: Compressing objects: 100% (11/11), done.
        remote: Total 17 (delta 13), reused 10 (delta 6)
        Unpacking objects: 100% (17/17), done.
        From git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
         * tag               keys-fixes-20170209 -> FETCH_HEAD
        Merge made by the 'recursive' strategy.
         scripts/sign-file.c                      | 4 +++-
         security/keys/encrypted-keys/encrypted.c | 4 ++--
         2 files changed, 5 insertions(+), 3 deletions(-)

David

Reply via email to