Reputation: 253
Very new to Git Hub and Git Shell. I have installed GitHub using GitHubSetup.exe from https://desktop.github.com/. It created shortcuts for GitHub and Git Shell on my desktop and I am able to clone my repository to C:\ drive too. But when I open my repository using Git Shell, its not opening. Instead its showing some tasks like Run as Admin, Windows PowerShell (x86) etc.
I tried to Run as Admin, but its opening PowerShell.
How could I open Posh-Git?
Thank you!
Upvotes: 1
Views: 2692
Reputation: 1328232
Those tasks are associated to a Powershell icon. Not to GitHub Desktop.
It has nothing to do with Git.
You need to use the GitHub Desktop wheel at the top right corner, to open a git shell:
Upvotes: 2