Git-osc is a fast, free, and stable online code hosting platform based on Git from the open source Chinese community team, without limiting the number of private and public libraries.
Domestic similar have taocode, Svnchina and so on
Individuals prefer Git-osc interface and how to operate (like GitHub), friendliness +1
I'm using a WIN7 64-bit system. The following tools are used for the WIN7 64-bit.
Tool Preparation
Msysgit:msysgit is the version of the GIT version control system under Windows.
: http://msysgit.github.io/
I. Project creation 1. Login Registration
Open http://git.oschina.net/, register an account and log in.
2. Create a project
Get git address when Project creation is complete
3. Uploading files to git
Download install Msysgit, install the item by default.
Open git Bash
Configure global:
git config--global user.name "holding the dog watch mm" git config--global user.email "[Email protected]"
And then open the Git GUI
Choose to create a new version library
Directory selection: For example, I set up a test folder under the E-disk, fill in e:/git or browse to select a folder
And then we put a index.html into this folder.
In the Git GUI
Click: 1. Rescan
2. Cache changes
3. Submit
4. Upload
After clicking Upload, fill in the project address, such as
In the popup dialog box, enter your Git-osc username in the first step, enter your password in the second step, and the file will be uploaded to the GIT project after verification.
Attached access address (only for demo effect): http://git.oschina.net/wsyt1985/zjgsq.com
Reprint Please specify: Web front-end development-web front-end engineer» Domestic code hosting GIT-OSC Basic use tutorial
Domestic code hosting GIT-OSC Basic use tutorial