Create User & Access Rules Github for Windows

橙三吉。 提交于 2020-01-11 12:57:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!