[wiki] Third party untrusted code instructions

C de-Avillez hggdh2 at ubuntu.com
Wed Nov 21 15:53:33 UTC 2018


On Wed, Nov 21, 2018 at 8:04 AM Paddy Landau <paddy-landau at ubuntu.com> wrote:
> Unfortunately, I got stuck on the very first command
>
> git add ManualFullSystemEncryption
>
> with the error:
>
> fatal: Not a git repository (or any parent up to mount point /home/paddy)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

It seems like you missed the first three commands --

mkdir scripts; cd scripts; git init

Specifically, missing "git init" (or issuing it somewhere else), would
give you the error (not a git repo).

Cheers,

..C..
-- 
..hggdh..



More information about the ubuntu-doc mailing list