Problem using redmine with git
Added by HS LEE over 10 years ago
Hi!
I need some Help.
I setup Redmine and git on windows( Using Bitnami ).
And Set Redmine Storage.
1. Create Local Bare Git Repository( D:\Test )
2. Redmine configuration.yml -> scm_git_command = D:\Git\bin set
3. Redmine Setting -> using Git -> After I can see Git Version
4. Redmine Project -> Storage set( D:\Test And D:\Test\.git )
But I see the Message "the entry or revision was not found in the repository"
Why Don't Work??
Please Some Help!!
Replies (2)
RE: Problem using redmine with git
-
Added by Martin Denizet (redmine.org team member) over 10 years ago
Hello,
Did you make a commit in the bare repository? You should make one.
If you still have the message then it should be a configuration problem.
Cheers,
RE: Problem using redmine with git
-
Added by HS LEE over 10 years ago
Thanks!! When After Commit, I can see That!!