Skip to content

Commit 0f63353

Browse files
committed
*
1 parent 39b27f3 commit 0f63353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ class Build : NukeBuild
267267
);
268268
Target PreparePackInstallerGithub => _ => _.Executes(() =>
269269
{
270-
270+
GitTasks.Git("config --system --unset credential.helper");
271+
GitTasks.Git("config --system http.sslverify false");
271272
GitTasks.Git("clone http://github.com/MakesYT/ModernInstaller.git --single-branch --depth 1",
272273
RootDirectory,new Dictionary<string, string>()
273274
{

0 commit comments

Comments
 (0)