We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3d9162 + 6d3e0f9 commit bf43a40Copy full SHA for bf43a40
Program.cs
@@ -84,7 +84,7 @@ static async Task AsyncMain(IConfigurationRoot config)
84
85
Console.WriteLine("Preparing repository...");
86
var git = new Git.Project(GetGitPath());
87
- git.Init($"https://github.com/{gitHubConfig["organization"]}/{gitHubConfig["repository"]}.git");
+ git.Init($"git@github.com:{gitHubConfig["organization"]}/{gitHubConfig["repository"]}.git");
88
git.Fetch();
89
git.ResetHard();
90
git.Clean();
0 commit comments