-
Notifications
You must be signed in to change notification settings - Fork 55
Support for GitHub Company Domain URLs #319
Comments
@ebol2000 You can set the |
Thanks @ctaggart. Bummer, authentication required :). |
EDIT: My answer was in the above link. |
I thought I'd ask the dumb question of whether anyone has proven out what needs to be in I've done what minimal steps are suggested in VS 15.7's notes (Git Credential Manager for Windows installed, Github plugin installed, logged into that successfully) and I just get a load of login HTML each time. All the URL variants I've tried ( VS outputs:
Edit: If I follow the link that VS lists in a browser where I'm authenticated, I get the source file, so it appears I have a right URL, but no luck getting VS to authenticate. |
I've been thoroughly pissed at VS 15.7 for promising authenticated sourcelink support - and then ONLY supporting Github.com and VSTS. I imagine the entire thing is built as a URL check, "if host == github.com then auth", so there is no chance to have this work with others, until the feature is there. Maybe in VS 16... :| |
Support is being built in to https://github.com/dotnet/sourcelink/ |
Great to see this being built into dotnet. Thanks for all your work on this @ctaggart ! |
This appears to be the exact same problem highlighted here, but for GitHub rather than BitBucket:
#278
Example:
https://github.mycompany.com/myProject
The text was updated successfully, but these errors were encountered: