Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Issue
If you clone a repo using incorrect casing in the owner. Some functionalities just don't work.
https://github.com/github/VisualStudio.githttps://github.com/GitHub/VisualStudio.gitThe following functionalities are broken
VisualStudio/src/GitHub.App/Services/PullRequestService.cs
Line 527 in 4af9d1c
VisualStudio/src/GitHub.App/Services/PullRequestService.cs
Line 395 in 4af9d1c
VisualStudio/src/GitHub.InlineReviews/Services/PullRequestSessionManager.cs
Line 228 in 4af9d1c
OpenFileInWorkingDirectoryfunctionality does not work.Other suspicious code paths
VisualStudio/src/GitHub.VisualStudio.UI/UI/Views/GitHubConnectContent.xaml.cs
Line 78 in 4af9d1c
Original Issue
I noticed this while working with another project...
VisualStudio/src/GitHub.App/Services/PullRequestService.cs
Lines 525 to 528 in 4af9d1c
pullRequest.HeadRepositoryOwneris "justaprogrammer"repository.CloneUrl.Owneris "JustAProgrammer"The text was updated successfully, but these errors were encountered: