It worked fine for me just now. Pulled and built without any
issues.
$ git remote -v
origin
https://github.com/vim/vim.git (fetch)
origin
https://github.com/vim/vim.git (push)
$ git --no-pager log -1 HEAD
commit 94d729cbe8f0f788d9d7539f733cff395e73b228 (HEAD -> master, tag: v8.2.0784, origin/master, origin/HEAD)
Author: Bram Moolenaar <
Br...@vim.org>
Date: Sun May 17 21:50:16 2020 +0200
patch 8.2.0784: libvterm code lags behind the upstream version
Problem: Libvterm code lags behind the upstream version.
Solution: Include revisions 730 - 733.
Since git thinks the directory in which you executed "git pull" is
not a git repository, I'd look in that directory and above for the
.git directory. Maybe it got deleted? Maybe you accidentally ran
git in the wrong directory?
HTH,
Gary