gitview
gitview copied to clipboard
gitui.py not working after installation
Hi,
I tried to install gitreview with below steps after installed GitHubGet:
- download the gitreview repo from GitHub using GitHubGet. check attached snapshot.
- run install_gitreview.py
So far everything works well. However when I run gitui.py, the layout of the UI was disordered and below error was shown in the console: Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/61563DE6-4E0F-4426-A76F-27752019F41F/Pythonista3/Documents/tools/gitview-master/gitui.py", line 303, in did_select_repo self.g.head AttributeError: 'NoneType' object has no attribute 'head'
Am I missing something to do before using gitreview?
Same problem here! ☝️