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 upUnable to Log Into Github #2185
Comments
|
|
|
Hi @kbrimberry7 also from |
|
I'm using Visual Studio 2015 and the two different ways to connect aren't showing a login form and they aren't showing an error. Where's the Logs section to which you referred? |
|
I found %LocalAppData%\GitHubVisualStudio\extension.log There are three errors the same as this: 2019-01-21 14:21:22.829 [16980] INFO [01] GitHubPackage Initializing GitHub Extension v2.7.0.6566 in Microsoft Visual Studio 2015 (14.0.25420.1) |
|
This is the same issue as #2186 |
|
@Camios @kbrimberry7 We're trying to track this problem down. Could you provide some additional information?
There's also a chance this is a caching issue, and reinstalling the extension might help. You can download the latest |
|
Hi to All, When i try to Connect to GitHub version 2.7.0.6566 just clicking to Connect it doesn't log anything. I've tried to revert GitHub extention to previous version 2.6 and it works fine. I can connect without errors. I have currently installed VS2017 Community Edition (updated to 15.9.5). It seems to be a problem with the last GitHub extension release 2.7. I have no other versions of VS installed on my computer. Thanks for help. G.L. |
|
Hi @shana, I inherited the laptop. I performed fresh install of Visual Studio 2015 Professional Update 3, on Windows 7 Professional x64 with SP1. |
|
@Camios, @glocurcio thanks for your investigations! Could you try creating and running a console app with the following method: static void Main()
{
Console.WriteLine(Assembly.Load("System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"));
Console.ReadLine();
}I'm interested to know if it outputs |
Microsoft Visual Studio Community 2017 Installed Version: Community Visual C++ 2017 00369-60000-00001-AA482 ADL Tools Service Provider 1.0 ASP.NET and Web Tools 2017 15.9.04012.0 ASP.NET Core Razor Language Services 15.8.31590 ASP.NET Web Frameworks and Tools 2017 5.2.60913.0 Azure App Service Tools v3.0.0 15.9.03024.0 Azure Data Lake Node 1.0 Azure Data Lake Tools for Visual Studio 2.3.6000.0 Azure Stream Analytics Tools for Visual Studio 2.3.6000.0 C# Tools 2.10.0-beta2-63501-03+b9fb1610c87cccc8ceb74a770dba261a58e39c4a Common Azure Tools 1.10 Cookiecutter 15.9.18254.1 GitHub.VisualStudio 2.7.0.6566 JavaScript Language Service 2.0 Microsoft Azure HDInsight Azure Node 2.3.6000.0 Microsoft Azure Hive Query Language Service 2.3.6000.0 Microsoft Azure Stream Analytics Language Service 2.3.6000.0 Microsoft Azure Stream Analytics Node 1.0 Microsoft Azure Tools 2.9 Microsoft Continuous Delivery Tools for Visual Studio 0.4 Microsoft JVM Debugger 1.0 Microsoft Library Manager 1.0 Microsoft MI-Based Debugger 1.0 Microsoft Visual C++ Wizards 1.0 Microsoft Visual Studio Tools for Containers 1.1 Microsoft Visual Studio VC Package 1.0 MLGen Package Extension 1.0 NuGet Package Manager 4.6.0 ProjectServicesPackage Extension 1.0 Python 15.9.18254.1 Python - Django support 15.9.18254.1 Python - IronPython support 15.9.18254.1 Python - Profiling support 15.9.18254.1 R Tools for Visual Studio 1.3.40517.1016 Redgate SQL Search 3.1.9.2167 ResourcePackage Extension 1.0 ResourcePackage Extension 1.0 SQL Server Data Tools 15.1.61901.03220 Test Adapter for Boost.Test 1.0 Test Adapter for Google Test 1.0 ToolWindowHostedEditor 1.0 TypeScript Tools 15.9.20918.2001 Visual Basic Tools 2.10.0-beta2-63501-03+b9fb1610c87cccc8ceb74a770dba261a58e39c4a Visual F# Tools 10.2 for F# 4.5 15.8.0.0. Commit Hash: 6e26c5bacc8c4201e962f5bdde0a177f82f88691. Visual Studio Code Debug Adapter Host Package 1.0 Visual Studio Tools for CMake 1.0 Visual Studio Tools for Containers 1.0 I will try to uninstall and re-install to see if that clears it up. Thanks for the help! |
|
@kbrimberry7, @Camios could you try the build linked at the top of this PR #2191. If you could comment there on whether it works or not, that would be much appreciated. |
|
Sorry for the late of my answer @jcansdale , Could not load file or assembly "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" or one of its dependencies. The system cannot find the file specified. in System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) I've installed the fix in #2191 and now it works fine with 2.8 version of extension. Thanks all for help. G.L. |
|
@glocurcio no problem, I'm glad the fix is working for you! |

Versions
What happened
I installed the package into VS and when trying to connect to GitHub through the Hosted Service Provider the application times out. Never opens a dialog box for login credentials.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect a login to appear allowing me to enter my GitHub credentials
Screenshots
Logs
Additional context