You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error message saying The 'Accept' header must be modified using the appropriate property or method.
Looking at #4254 I've noticed that Accept header was handled in a particular way. Also there is some logic to retrieve asset url from release url that is only applied if url matches github.com.
The text was updated successfully, but these errors were encountered:
#4254 added support for private repositories hosted on github.com but I was not able to get something working with github Enterprise.
I tried using
private_hosts
config:Accept
header need to be set toapplication/octet-stream
So it did nother attempt withI got an error message saying
The 'Accept' header must be modified using the appropriate property or method
.Looking at #4254 I've noticed that
Accept
header was handled in a particular way. Also there is some logic to retrieve asset url from release url that is only applied if url matchesgithub.com
.The text was updated successfully, but these errors were encountered: