Hi
I have issues with GIT and https (company restrictions) and have to use
git with the git protocol.
Hopefully rakudo Configure.pl includes an option to use git as protocol
(--git-protocol=git).
It works perfectly to clone nqp and MoarVM.
Unfortunately when MoarVM Configure.pl is called, MoarVM
I humbly suggest that rakudobrew, or perhaps rakudo Configure.pl, edit
.gitmodules before running MoarVM Configure.pl if passed a different git
protocol than https://.
That is probably a better solution than trying to find a
lowest-common-denominator protocol which is supported everywhere, since it
On Tue Jan 26 02:53:24 2016, sebastien.more...@unil.ch wrote:
> Hi
>
> I have issues with GIT and https (company restrictions) and have to use
> git with the git protocol.
> Hopefully rakudo Configure.pl includes an option to use git as protocol
> (--git-protocol=git).
>
> It works perfectly to
# New Ticket Created by Sebastien Moretti
# Please include the string: [perl #127374]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127374 >
Hi
I have issues with GIT and https (company restrictions) and have to use
git wit