[wiki] Third party untrusted code instructions

Guntbert Reiter guntbert at gmx.at
Wed Nov 21 15:50:06 UTC 2018


Paddy it looks like you missed the 'git init' command.
Kind regards, Guntbert

Am 21. November 2018 15:03:51 schrieb Paddy Landau <paddy-landau at ubuntu.com>:

>>
>> From https://help.launchpad.net/Code/Git#Repository_URLs, you could do
>> something like:
>>
>> mkdir scripts
>> cd scripts
>> git init
>> mkdir ManualFullSystemEncryption
>> # put your scripts into ManualFullSystemEncryption/
>> git add ManualFullSystemEncryption
>> git commit -m'Initial import'
>> git remote add origin
>> https://code.launchpad.net/~ubuntu-wiki-editors/+git/scripts
>> git push origin master
>>
>
> 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).
>
> I don't, unfortunately, have time to learn GIT. If there is a "dummy's
> guide" (I'm a dummy in these matters), could you point me to it, please?
>
> Thanks :)
>
> Paddy
> --
> ubuntu-doc mailing list
> ubuntu-doc at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc






More information about the ubuntu-doc mailing list