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
This is caused by git 1.7.1, which unfortunately is still the git version in current RHEL/Centos 6.3.
It could be helpful to mention the minimum git version in the requirements section of README. And of cause it would be great to have gitlist working with this old but widespread version of git!
The text was updated successfully, but these errors were encountered:
#220#174#176 All describe the same issue. Which is caused by the use of the -c option within the gitter library
, also see klaussilveira/gitter#9. Which is the actual issue.
After installing v0.3 and klicking on one of my repositories in the main repository list, I get:
Oops! Unknown option: -c usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS]
This is caused by git 1.7.1, which unfortunately is still the git version in current RHEL/Centos 6.3.
It could be helpful to mention the minimum git version in the requirements section of README. And of cause it would be great to have gitlist working with this old but widespread version of git!
The text was updated successfully, but these errors were encountered: