-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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! 👍 |
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
Couldn't find service of type GitHub.Api.ILoginManager #2450
Can‘t Login My Github Account #2465
unable to connect to GitHub using visual studio 2019 #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 issue
The reason is transforming to header values. See below responses
/site/sha
There 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: