runtime error
edoreld opened this issue · 2 comments
edoreld commented
Describe the bug
Error appears on running bit command
To Reproduce
Steps to reproduce the behavior:
- Download Bit 0.7.5 on Mac with the curl instructions
- Run bit
Expected behavior
bit runs with no error
Desktop (please complete the following information):
- OS: 10.5.7
- Terminal: iTerm2
- Shell: zsh 5.8
Additional context (Add any other context about the problem here)
chriswalz commented
@edoreld Thanks, for filing this. This error occurs when running outside a git repo. You should be able to run bit update
which upgrades you to v0.7.7
which fixes this issue :)
edoreld commented
Thanks, updating fixed it.