-
Notifications
You must be signed in to change notification settings - Fork 55
sourcelink test in private github repo #371
Comments
I just looked at the code. Try adding a |
But basic is the default value, so does that change anything? |
@ctaggart Doesn't work with explicit Basic (=> 404), but the Authorization HTTP header is of the form
but
errors with |
I can also get
to work. That is I base64 encode the ASCII(!) (not Unicode, unless UTF8...dotnet uses UTF16) representation of the token (or 'username:token' string...both work), but
Maybe the base64 encoding ring a bell. I have to leave, its late here. |
@ctaggart BTW debugging in vs2017 works after adding , so the Visual Studio is able to authenticate with Github and download the (private) source... Also the tool used to work with public Github repos for me, the only difference now I can't get it to authenticate with github |
@ctaggart BTW debugging in vs2017 works after adding, so the debugger in Visual Studio is able to authenticate with Github and download the source...Also the tool used to work for me with public Github repos... |
@maxild Sounds like it may be a bug in this app, so I'll reopen and take a look when I have time. |
@ctaggart Oops didn't mean to close, glad you reopened it yourself:smile: |
Just enabled SourceLink for a nupkg build with code in private github repo. Running the SourceLink V3 dotnet global tool
give me a lot of 404 errors
I can download source files with curl without getting 404 errors
We both now that requests that require authentication will return 404 on Github. So why does the tool fail to authenticate. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: