[BUG] `See this view on the default branch` points to non-existing `master`
See original GitHub issueYou can observe this here: https://github.com/ansible/pylibssh/blob/devel/README.rst.
The repo default branch is devel
, master
doesn’t exist. Clicking the button redirects to https://github.com/ansible/pylibssh/blob/master/README.rst with 404.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
[BUG] `See this view on the default branch` points to non-existing ...
You can observe this here: https://github.com/ansible/pylibssh/blob/devel/README.rst. The repo default branch is devel, master doesn't exist.
Read more >Backup skips repositories where HEAD pointing to a non ...
Backup skips repositories where HEAD pointing to a non-existent master branch. Summary. If a repository doesn't have a default branch and is not ......
Read more >git - warning: remote HEAD refers to nonexistent ref, unable to ...
The warning: remote HEAD refers to nonexistent ref, unable to checkout. means that the remote (bare) repository contains branch reference in the file...
Read more >$repo->getDefaultBranch() gives non existing branch 'master ...
I could fix the instructions by checking the default I get from the api against the list of branches, and pick the first...
Read more >BUG: git log on bare repository fails if the default branch is not called ...
I've noticed that git log assumes the default branch is master, ... any commits yet I bet the HEAD file in your bare...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing in favor of the above clearer issue
This is kind of weird, for me the link just appeared on a new repo I visited on the root, pointing to the same page.
master
was the right branch, but it should’t appear when you’re already on master. I cleared the cache and I couldn’t reproduce.