You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
If vcprompt is in your prompt you will already see the problem, else just run vcprompt
Here's the error:
~/S/P/test ♪ vcprompt
Traceback (most recent call last):
File "/Users/bjeanes/.config/misc/vcprompt.py", line 676, in <module>
print main()
File "/Users/bjeanes/.config/misc/vcprompt.py", line 298, in main
systems=options.systems, unknown=options.unknown)
File "/Users/bjeanes/.config/misc/vcprompt.py", line 234, in vcprompt
prompt = vcs(path, format, unknown)
File "/Users/bjeanes/.config/misc/vcprompt.py", line 524, in git
with open(hash_file, 'r') as f:
IOError: [Errno 2] No such file or directory: '/Users/bjeanes/Sites/Personal/test/.git/refs/heads/master'
The text was updated successfully, but these errors were encountered:
To see this problem simply do the following:
mkdir vctest
cd vctest
git init
vcprompt
Here's the error:
The text was updated successfully, but these errors were encountered: