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
Right now there is no support for sha256 repositories so the following example fails
ssh soft repo create hello-sha256 echo "# hello-sha256" >> README.md git init --object-format=sha256 git add README.md git commit -m "first commit" git branch -M main git remote add origin ssh://soft/hello-sha256 git push -u origin main
fatal: the receiving end does not support this repository's hash algorithm fatal: the remote end hung up unexpectedly Error: something went wrong
Error from log
2023-11-07 10:34:58 ERRO ssh: failed to handle git service service=git-receive-pack err="exit status 128" repo=hello-sha256
I would like soft-serve to also support sha256 repositories 🙏
The text was updated successfully, but these errors were encountered:
Right now both Gitea and GitLab is working on sha256 support so to me it seems fitting for soft-serve to also have support for this in the future.
Sorry, something went wrong.
No branches or pull requests
Right now there is no support for sha256 repositories so the following example fails
Error from log
I would like soft-serve to also support sha256 repositories 🙏
The text was updated successfully, but these errors were encountered: