InDefero

Sign in or create your account | Project List | Help

Issue 209: Erroneous details with private repository

Reported by Ludovic Bellière, Apr 28, 2009

If the access right of a repository is restricted to the staff, 
indefero doesn't give the trully way to clone it. So, the staff 
can't clone the repository.

E.G indefero give 'git clone git://...' to clone a private 
repository. But, git:// is here to talk to git-daemon as  anonymous 
and clone a public repository.

in fact, we need to clone a private repository with 'git clone 
git@example.com:repos.git'

Comment 1 by Loïc d'Anterroches, Jun 19, 2009

Fixed in commit 8915b45, thanks a lot!
Status: Fixed
Summary: Erroneous details with private repository

Created: 1 year 4 months ago by Ludovic Bellière

Updated: 1 year 2 months ago

Status: Fixed

Followed by: 1 person

Labels:
Type:Defect
Priority:Medium