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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -