P
P
posthack2014-06-02 16:48:47
git
posthack, 2014-06-02 16:48:47

How to integrate redmine with git?

Put redmine on the local machine. I'm trying to attach a git repository to the repositories. The repository is remotely on github, and the local one is cloned on the machine.
I specify something like "/repo/rep1" in the repository address, but no changes in redmine.
I specify the address "[email protected]:username/repo.git", also no reaction in redmine.
Can you tell me how to integrate them so that redmine can track commits, current file versions, etc.?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2014-06-02
@BuriK666

Redmine requires a repository which is bare and local to enable browsing through Redmine.
You need to clone the repository with the --mirror key

N
neol, 2014-06-02
@neol

Specify the full path to the local repository. From the root of the file system.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question