Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f10ea7d

Browse files
authored
Merge pull request #1447 from github/fixes/1446-fix-create-repository
Fix cloning after creating a repository.
2 parents 204c548 + 616d5a0 commit f10ea7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.TeamFoundation.14/Connect/GitHubConnectSection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ async Task RefreshRepositories()
375375

376376
public void DoCreate()
377377
{
378+
ServiceProvider.GitServiceProvider = TEServiceProvider;
378379
var dialogService = ServiceProvider.GetService<IDialogService>();
379380
dialogService.ShowCreateRepositoryDialog(SectionConnection);
380381
}

0 commit comments

Comments
 (0)