Git Study
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137396287703354d8c6c01c904c7d9ff056ae23da865a000
Command line instructions
Online book
https://git-scm.com/book/en/v2
Alley_Li@PRCSGI1167L MINGW64 ~ $ pwd /c/Users/alley_li Alley_Li@PRCSGI1167L MINGW64 ~ $ cd d: Alley_Li@PRCSGI1167L MINGW64 /d $ ls '$RECYCLE.BIN'/ 'C driver'/ Python/ 370224/ MININT/ 'System Volume Information'/ app/ 'oracle12c_NETWORK from laptop'/ Auchan/ PepsicoSVN/ Alley_Li@PRCSGI1167L MINGW64 /d $ cd Auchan/ l Alley_Li@PRCSGI1167L MINGW64 /d/Auchan $ ls Auchanhelp.txt Document/ kettle/ SourceCode/ tool/ work/ 'data model'/ help/ RunQian.txt 'SQL mapping'/ VPN/ Alley_Li@PRCSGI1167L MINGW64 /d/Auchan $ mkdir GitAuchan Alley_Li@PRCSGI1167L MINGW64 /d/Auchan $ cd GitAuchan/ Alley_Li@PRCSGI1167L MINGW64 /d/Auchan/GitAuchan $ ls Alley_Li@PRCSGI1167L MINGW64 /d/Auchan/GitAuchan $ git init Initialized empty Git repository in D:/Auchan/GitAuchan/.git/ Alley_Li@PRCSGI1167L MINGW64 /d/Auchan/GitAuchan (master) $ git clone http://10.158.143.143:6680/auchan/pss-db.git Cloning into 'pss-db'... remote: HTTP Basic: Access denied fatal: Authentication failed for 'http://10.158.143.143:6680/auchan/pss-db.git/' Alley_Li@PRCSGI1167L MINGW64 /d/Auchan/GitAuchan (master) $ git clone http://10.158.143.143:6680/auchan/pss-db.git Cloning into 'pss-db'... remote: HTTP Basic: Access denied fatal: Authentication failed for 'http://10.158.143.143:6680/auchan/pss-db.git/' Alley_Li@PRCSGI1167L MINGW64 /d/Auchan/GitAuchan (master) $
All for u