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
Receiving the following error message any time I try to run a command using the knowledge_repo tool:
Exception encountered: Command '['git', 'rev-parse', 'HEAD']' returned non-zero exit status 128.
Generally whatever command I was trying to run will complete, so I'm not sure what it means. I'm using Python 3.8 on WSL2.
The text was updated successfully, but these errors were encountered:
@oneextrafact Create a Git repo first before running the knowledge commands. And you'll not encounter those Git issues.
knowledge
git init git add . git commit -m 'init commit'
Sorry, something went wrong.
No branches or pull requests
Receiving the following error message any time I try to run a command using the knowledge_repo tool:
Exception encountered: Command '['git', 'rev-parse', 'HEAD']' returned non-zero exit status 128.
Generally whatever command I was trying to run will complete, so I'm not sure what it means. I'm using Python 3.8 on WSL2.
The text was updated successfully, but these errors were encountered: