Re: git pull problems from vim repository

2020-05-17 Fir de Conversatie Charles Campbell
Tony Mechelynck wrote: On Sun, May 17, 2020 at 9:40 PM Charles Campbell wrote: Hello: I seem to have a problem doing git pull: fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Re: git pull problems from vim repository

2020-05-17 Fir de Conversatie Tony Mechelynck
On Sun, May 17, 2020 at 9:40 PM Charles Campbell wrote: > > Hello: > > I seem to have a problem doing git pull: > > fatal: Not a git repository (or any parent up to mount point /home) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM > not set). > > Fortunately git

Re: git pull problems from vim repository

2020-05-17 Fir de Conversatie Gary Johnson
On 2020-05-17, Charles Campbell wrote: > Hello: > > I seem to have a problem doing git pull: > >     fatal: Not a git repository (or any parent up to mount point /home) >     Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM > not set). > > Fortunately git clone

git pull problems from vim repository

2020-05-17 Fir de Conversatie Charles Campbell
Hello: I seem to have a problem doing git pull:     fatal: Not a git repository (or any parent up to mount point /home)     Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Fortunately git clone https://github.com/vim/vim.git works, but that's a lot more work.