How to create multiple users for a single GIT repository with different access permissions? -


how create multiple users single git repository different credentials?

i.e. want provide read-only access set of users , read-write access set of users. also, need give unique username each user in both levels. helpful if correct steps perform operation.

thanks in advance.!!!

one way install gitolite, allows declare , manage set of users with, instance ssh keys authentication.

see "how programs gitolite work?" more.

but cal plug gitolite https, , use https authentication instead (with ldap example).

gitolite perl script deals authorization, not authentication.


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -