Replies: 5 comments
-
|
Most of the time, it comes down to a few things: Fix : Turn Off Extensions: If incognito works, start turning off your extensions one by one until you find the bad one. Clear History: Clear your cookies and cache just for github.com. Turn the VPN off : If you have one running, pause it and see if that fixes it. It's usually one of those simple fixes. |
Beta Was this translation helpful? Give feedback.
-
|
Since this problem occurs for all participants in your repository, the cause is almost certainly not your browser, but GitHub's automatic security filters. |
Beta Was this translation helpful? Give feedback.
-
|
You have tags like K0.4.0V&GUI0 in your repository.3.0V (symbol &). When GitHub opens/processes the release page by tag, & is often interpreted as a parameter separator in URLs/forms — and the UI may fall with “Your browser did something unexpected". Other people have had a similar situation, for example, because of the $ in the release name/tag. What to do (work path)
For example: v0.4.0-kernel-gui0.3.0 kernel-0.4.0_gui-0.3.0 Commands:
After that, try to create a release using the new tag.
In PowerShell, & is a special operator, so it must be in quotation marks.
(You can also delete it locally: git tag -d "K0.4.0V&GUI0.3.0V")
This often bypasses a buggy UI.:
Even if a “clean” tag doesn't help Then there is a chance that releases/assets trigger GitHub server filters (for example, when uploading .exe/.dll /.zip) — and then you need to write to GitHub Support (and as a quick test: try the release without attached files, only with notes) |
Beta Was this translation helpful? Give feedback.
-
|
Thank you everyone, I’ve already tried using other browsers to solve this problem. It really works. I’m not sure if it’s the issues you mentioned, but it should be a problem with my ad blocker. |
Beta Was this translation helpful? Give feedback.
-
|
This is happening to multiple contributors, not just me, so it doesn’t seem like a local browser issue. Example: What this likely is: Temporary workaround: gh release create v1.0.0Tried already:
Repository: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I can't manage the releases of my repository!
Whenever I try to do anything with the releases, a page appears saying, 'Your browser did something unexpected. Please try again. If the error continues, try disabling all browser extensions.'
And I'm not the only one this happened to (these people are all in my repository)
My repository: TTHighSpeedDownloader
Please Help Me!
Beta Was this translation helpful? Give feedback.
All reactions