I installed git in my Windows machine and did some changes and was able to push to my git repository that is hosted by github.com. My concern is that I don't want to push my changes to a github.com repo. I want to create my own repo so that I will be able to push changes hosted by my server. Please suggest me how to do that in windows machine.
答案 0 :(得分:0)
You cannot. GitHub is proprietary software which you cannot download and install on your own Windows servers.
However, there is GitHub enterprise.
An alternative would be Gitlab or gitolite if you don't need a fancy web interface.