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
If a repository is empty, detect-secrets-server will attempt to clone it, yet fail at pulling master.
detect-secrets-server
~/.detect-secrets-server/repos/c13c25fda3384f857b42705cca3c7483b745b5fdb17819578346d4091d97d9803286fcd9495540bfa6e7ee1051cede1d72a25b72d9b4b7c790e9d5ce4697c82c $ git --git-dir `pwd` --work-tree . pull fatal: Couldn't find remote ref HEAD
We should handle this issue gracefully.
Offending Line:
detect-secrets-server/detect_secrets_server/storage/base.py
Line 83 in db0c9e9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a repository is empty,
detect-secrets-server
will attempt to clone it, yet fail at pulling master.We should handle this issue gracefully.
Offending Line:
detect-secrets-server/detect_secrets_server/storage/base.py
Line 83 in db0c9e9
The text was updated successfully, but these errors were encountered: