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.
Report Solution for GHE Connecting Bug #2560
Comments
|
Hi @osmanager Thanks for all the work you did to find and document this issue! I've opened a PR with an attempted fix here #2562. You can find a VSIX installer under the I was wondering if you might be able to install this VSIX and confirm whether or not it fixes the issue? |
|
Dear @jcansdale I have tested about your VSIX from https://github.com/github/VisualStudio/pull/2562/checks?check_run_id=1309274757 I think below line also need to update Best Regards, |
I'm sorry I missed that in your issue! It looks like this was fixed in Unfortunately we forked |
|
Hi @osmanager, I have a new build for you to try with the suggested change: |
|
Dear @jcansdale Now, when type GHE URL, ID/PW form is appear. But, Login button dose not work. Thank you |
That's a shame. Did you also try the Could you have a look at the logs and see if there are any clues there? You can find them here: Thanks! |
Thank you |
|
Thankyou!
It looks like we have a similar error where it can't find |
|
I have a new build that should fix the Could you let me know if that works any better? |
|
@jcansdale Great! Now I can see Repository list! |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.




Is your feature request related to a problem? Please describe.
I use GHE and when type GHE URL to VS GitHub Extension, doesn't appear ID/PW form.
Related issues
#2450
#2465
#2527
Way to solve
In my case, my GHE environment use with HAProxy. So I already know main reason is HAProxy
When disable HAProxy and use GHE directly, dose not occur this issueThe reason is transforming to header values. See below responses
/site/shaThere are no logic for disable case sensitive about checking header filed names
Just My Idea
Is good way to VS GitHub Extension support to receive case-insensitive values about header?
https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
Other solution (Best way!)
https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4.2-no%20option%20http-use-htx
I hope it helps VS GitHub Extension.
Thank you!
The text was updated successfully, but these errors were encountered: