The first is the problem of the Ruijie wall, landing GitHub sometimes can sometimes not even, the network is very slow, so with full patience to fork out the code base. Link Https://github.com/niconiconiconi/helloworld
1. After that, download and install git and choose a location as your local repository directly after the installation is complete. Right-click to open git bash and initialize the local repository.
2. Search all kinds of GIT commands on the web
诸如git add xxx
Add File xxx to the buffer
git commit -m"注释"
Submit documents and make comments
git remote add origin
Associate a local library with a remote library
git push -u origin master
Push the current branch to the remote library
git clone
Clone the file you want from the remote library, etc.
At first because of the wall problems caused time to timeout, after a period of time to try it again
Push code to GitHub
Using Git for code push