Displaying 4 results from an estimated 4 matches for "2015oct25".
2015 Nov 23
2
git clone of syslinux with http - submodule issue
...The wiki:
>> http://www.zytor.com/mailman/listinfo/syslinux
> As of the moment I am writing this email, the current version of the
> page you are actually referring to:
>
> http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419
>
> was last edited on 2015Oct25.
>> says to use this to clone git with http rather than git protocol:
>> git clone --recursive http://repo.or.cz/syslinux.git a-new-directory
>>
>> That works for the main project, but fails for the gnu-efi
>> submodule, which specifies the git protocol in its ....
2015 Nov 22
3
git clone of syslinux with http - submodule issue
The wiki:
http://www.zytor.com/mailman/listinfo/syslinux
says to use this to clone git with http rather than git protocol:
git clone --recursive http://repo.or.cz/syslinux.git a-new-directory
That works for the main project, but fails for the gnu-efi
submodule, which specifies the git protocol in its .config file:
$ git clone --recursive http://repo.or.cz/syslinux.git syslinux
Cloning into
2015 Nov 22
0
git clone of syslinux with http - submodule issue
> The wiki:
> http://www.zytor.com/mailman/listinfo/syslinux
As of the moment I am writing this email, the current version of the
page you are actually referring to:
http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419
was last edited on 2015Oct25.
> says to use this to clone git with http rather than git protocol:
> git clone --recursive http://repo.or.cz/syslinux.git a-new-directory
>
> That works for the main project, but fails for the gnu-efi
> submodule, which specifies the git protocol in its .config file:
>
&...
2015 Nov 23
0
git clone of syslinux with http - submodule issue
...p://www.zytor.com/mailman/listinfo/syslinux
>
>> As of the moment I am writing this email, the current version of the
>> page you are actually referring to:
>>
>> http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419
>>
>> was last edited on 2015Oct25.
>
>>> says to use this to clone git with http rather than git protocol:
>>> git clone --recursive http://repo.or.cz/syslinux.git
>>> a-new-directory
>>>
>>> That works for the main project, but fails for the gnu-efi
>>> submodule, whic...