Skip to content
New issue

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

Unknown git option -c on Centos 6 #251

Closed
calendula opened this issue Jan 26, 2013 · 4 comments
Closed

Unknown git option -c on Centos 6 #251

calendula opened this issue Jan 26, 2013 · 4 comments

Comments

@calendula
Copy link

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!

@ghost
Copy link

ghost commented Mar 12, 2013

I have this too.. I read it was a git version issue? what can be done to get around this?

@DannyvdSluijs
Copy link
Collaborator

#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.

@ghost
Copy link

ghost commented Mar 13, 2013

thanks danny. I just hacked the file to remove -c/color option..

@klaussilveira
Copy link
Owner

Fixed in latest gitter version, coming to Gitlist soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants