问题
I've just installed Git using http://windows.github.com/
It seems to be installed correctly but I'm unable to create new users and access control setup to access repository. I have tried to look into the docs, but doesn't contains anything like that. I'm not sure whether Github for windows have these or not.
What do you suggest to use to solve this kind of situation.. I need to setup Git with user management & at least very basic access control on repository), is it possible with Git or not?
I'm fine with command prompt management console. Pls advise.
回答1:
GitHub for Windows is a GitHub client for Windows, it's not a Git installer for Windows.
You installed a client that helps you to manage, commit, push and pull from and to your GitHub hosted Git repositories.
If you want to install Git on your machine go to git-scm. If you want to install a git repository hosting, things are getting a little bit more complex, given that you want to do that on Windows. I don't think there is any existing project designed to run on Windows.
If you can use different OS, then Gitolite is one of the most famous projects.
If you prefer hosted solutions, there are several alternatives such as GitHub, BitBucket, CodeBase and many more.
来源:https://stackoverflow.com/questions/12706719/create-user-access-rules-github-for-windows