When I attempt to sign in to GitHub with the Visual Studio extension it presents me one option: "Sign in with your browser". When I click on it my browser opens to the following page...
https://github.com/login/oauth/authorize?client_id=blah&scope=blah&state=blah
... which displays big green button saying "Authorize github". The problem is the button is grayed out.
Steps to reproduce the behavior:
The Authorize button I assume should be enabled. And when I click it something should happen in Visual Studio.
http://greenhazelstudio.com/images/github.png
I was unable to attach the screen shot due to being on a corporate network with policies and restrictions that seem to limit the functionality of this site. Hence the URL. Now that I mention it, my issue may be related to these company restrictions.
@GreenhazelStudio,
I've been told that the button is enabled with JavaScript as some king of security measure. If the browser is up to date, this issue is usually due to adblockers or some interfering extension. Would that make sense?
Please let me know how you get on!
I'm hoping this was an ad-blocker issue! Closing.
Lool after I struggled for years.. I have found a Solution to This
The course is. First I use my google chrome which I saved my Github account with.
So my VS was taking me to Microsoft Edge and get the button disabled.
All you have to do is to change you Default browser on your machine to the one u have signed is with on github
Thank you very mutch "SenzoNgele" ....it worked.
Just opened devtools and removed "disabled" attribute in html, and it worked!
Most helpful comment
Lool after I struggled for years.. I have found a Solution to This
The course is. First I use my google chrome which I saved my Github account with.
So my VS was taking me to Microsoft Edge and get the button disabled.
All you have to do is to change you Default browser on your machine to the one u have signed is with on github