We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The Readme tab for an initialized but empty repository shows the Loading spinner despite the repo not containing a readme (or anything else).
To Reproduce
ssh soft repository create bugtest
ssh soft
Expected behavior
Soft Serve displays No readme found. as it does in populated repos that lack a readme.
No readme found.
Screenshots
Soft Serve displays a Loading spinner that never progresses.
The repo is confirmed to be empty.
$ git clone ssh://soft/bugtest Cloning into 'bugtest'... warning: You appear to have cloned an empty repository.
Workaround
Commit and push any file to the hosted repo and the Readme tab displays No readme found. as expected.
$ touch boog $ git add boog $ git commit -m "boog!" [master (root-commit) 4b588cd] boog! 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 boog $ git push -u origin master Enumerating objects: 3, done. Counting objects: 100% (3/3), done. Writing objects: 100% (3/3), 205 bytes | 205.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) To ssh://soft/bugtest * [new branch] master -> master branch 'master' set up to track 'origin/master'.
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Readme tab for an initialized but empty repository shows the Loading spinner despite the repo not containing a readme (or anything else).
To Reproduce
ssh soft repository create bugtest
ssh soft
Expected behavior
Soft Serve displays
No readme found.
as it does in populated repos that lack a readme.Screenshots
Soft Serve displays a Loading spinner that never progresses.
The repo is confirmed to be empty.
Workaround
Commit and push any file to the hosted repo and the Readme tab displays
No readme found.
as expected.Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: