Read a lot of posts, and finally find a suitable way in chaos.
Self perception is relatively simple.
Install the local GIT and download it at the official download address: http://git-scm.com/download/download the corresponding version on your own system.
Administrator@USER-20170816VX MINGW64 /g/project/10guang (The file to be submitted on the desktop, right-click to select git bash here.$git clone https://github.com/gaobing1252/web-app.git (using warehouse addresses to generate web-appDirectory, which is inside the submission file, and then copies the contents of the file to the generated web-app Cloning into 'web-app'... warning: You appear to have cloned an empty repository. Administrator@USER-20170816VX MINGW64 /g/project/10guang $ cd web-app (Continue to order to web-app, start here. Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master) $ git add . (Notice that there are spaces in front of this point! warning: LF will be replaced by CRLF in home/home.html. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in js/jquery-1.6.2.min.js. The file will have its original line endings in your working directory. Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master) $ git commit -m "Submission of documents " [master (root-commit) fb02d25] submit document93 files changed, 11020 insertions (+)Create mode 100644.ProjectCreate mode 100644 css/easYLife/easyLife.cssCreate mode 100644 video/video.htmlCreate mode 100644 "\346\226\207\346\241\243.txt "Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (Master)$ git remote add origin git@github.com:gaobing1252/web-app.git (origin The following address is SSH type, not htttps! fatal: remote origin already exists. Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master) $ git push -u origin master
Username for 'https://github.com': gaobing1252 (Enter the user name, then pop up the password input box; verify the successful upload automatically. Enumerating objects: 108, done. Counting objects: 100% (108/108), done. Delta compression using up to 4 threads. Compressing objects: 100% (102/102), done. Writing objects: 100% (108/108), 1.40 MiB | 82.00 KiB/s, done. Total 108 (delta 8), reused 0 (delta 0) remote: Resolving deltas: 100% (8/8), done. To https://github.com/gaobing1252/web-app.git * [new branch] master -> master Branch 'master' set up to track remote branch 'master' from 'origin'.(Success!)
Every time you upload, you need to enter the account password, and there is another way to bind the secret key. But I did not succeed many times.
It is not bother to enter the account password.
Administrator@USER-20170816VX MINGW64 /g/project/10guang$ git clone https://github.com/gaobing1252/web-app.gitCloning into ‘web-app’…warning: You appear to have cloned an empty repository.
Administrator@USER-20170816VX MINGW64 /g/project/10guang$ cd web-app
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ git add .warning: LF will be replaced by CRLF in home/home.html.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in js/jquery-1.6.2.min.js.The file will have its original line endings in your working directory.
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ git commit -m “Submission of documents “[master (root-commit) fb02d25] submit document 93 files changed, 11020 insertions(+) create mode 100644 .project create mode 100644 css/easyLife/easyLife.css create mode 100644 css/easyLife/style.css create mode 100644 css/easyLife/weui.min.css create mode 100644 css/mistiming/mistiming.css create mode 100644 css/mstyle.css create mode 100644 css/personal/collections.css create mode 100644 css/personal/personal.css create mode 100644 css/personal/settings.css create mode 100644 css/public.css create mode 100644 css/reset.css create mode 100644 css/video/style.css create mode 100644 css/video/video.css create mode 100644 css/video/weui.min.css create mode 100644 easyLife/cart.html create mode 100644 easyLife/easyLife.html create mode 100644 easyLife/easyLifedetails.html create mode 100644 easyLife/order-address.html create mode 100644 easyLife/order-create.html create mode 100644 easyLife/order-result.html create mode 100644 home/home.html create mode 100644 images/1.1.png create mode 100644 images/1.png create mode 100644 images/2.2.png create mode 100644 images/2.png create mode 100644 images/3.3.png create mode 100644 images/3.png create mode 100644 images/4.png create mode 100644 images/40.png create mode 100644 images/5.5.png create mode 100644 images/5.png create mode 100644 images/552cc14536532_32.png create mode 100644 images/552cc1babd9aa_32.png create mode 100644 images/552cc36c11d8c_32.png create mode 100644 images/Thread.png create mode 100644 images/arrows.png create mode 100644 images/banner1.png create mode 100644 images/banner2.png create mode 100644 images/banner3.png create mode 100644 images/business.png create mode 100644 images/date.png create mode 100644 images/dingdan.png create mode 100644 images/dizhi.png create mode 100644 images/hei1.png create mode 100644 images/hei2.png create mode 100644 images/hui.png create mode 100644 images/ic-pic.png create mode 100644 images/icon2b.png create mode 100644 images/job.png create mode 100644 images/juan.png create mode 100644 images/location.png create mode 100644 images/meirong.png create mode 100644 images/phone.png create mode 100644 images/quehuan.png create mode 100644 images/seek.png create mode 100644 images/share.png create mode 100644 images/shezhi.png create mode 100644 images/shoppingcart.png create mode 100644 images/shou1.png create mode 100644 images/shou2.png create mode 100644 images/shoucang.png create mode 100644 images/ssss.png create mode 100644 images/tuan.png create mode 100644 images/v1.png create mode 100644 images/v2.png create mode 100644 images/v3.png create mode 100644 images/v4.png create mode 100644 images/yhj.png create mode 100644 js/easyLife/easyLife.js create mode 100644 js/jquery-1.6.2.min.js create mode 100644 js/personal/personal.js create mode 100644 js/public.js create mode 100644 js/video/video.js create mode 100644 mistiming/business.html create mode 100644 mistiming/juandetails.html create mode 100644 mistiming/menupage.html create mode 100644 mistiming/mistiming.html create mode 100644 personal/Addressfrom.html create mode 100644 personal/collections.html create mode 100644 personal/customer.html create mode 100644 personal/login.html create mode 100644 personal/personal.html create mode 100644 personal/register.html create mode 100644 personal/settings.html create mode 100644 personal/userMistiming.html create mode 100644 personal/userjob.html create mode 100644 personal/userorders.html create mode 100644 video/jobdetails.html create mode 100644 video/jobfrom.html create mode 100644 video/timeline-publish.html create mode 100644 video/timeline.html create mode 100644 video/video.html create mode 100644 “\346\226\207\346\241\243.txt”
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ git remote add origin git@github.com:gaobing1252/web-app.gitfatal: remote origin already exists.
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ ^C
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ ^C
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ git push -u origin masterUsername for ‘https://github.com’: “gaobing1252remote: Invalid username or password.fatal: Authentication failed for ‘https://github.com/gaobing1252/web-app.git/’
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ git push -u origin masterUsername for ‘https://github.com’: “gaobing1252lremote: Invalid username or password.fatal: Authentication failed for ‘https://github.com/gaobing1252/web-app.git/’
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ git push -u origin masterUsername for ‘https://github.com’: gaobing1252Enumerating objects: 108, done.Counting objects: 100% (108/108), done.Delta compression using up to 4 threads.Compressing objects: 100% (102/102), done.Writing objects: 100% (108/108), 1.40 MiB | 82.00 KiB/s, done.Total 108 (delta 8), reused 0 (delta 0)remote: Resolving deltas: 100% (8/8), done.To https://github.com/gaobing1252/web-app.git * [new branch] master -> masterBranch ‘master’ set up to track remote branch ‘master’ from ‘origin’.
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ ^C
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)$ ^C
Administrator@USER-20170816VX MINGW64 /g/project/10guang/web-app (master)