Git configuration: www.gitee.com
Installation:
1.git-2.18.0-64-bit.exe;
2. GitExtensions-2.51.04.msi;
3. gitextensionsvsix. vsix;
4.kdiff3-64bit-setup_0.9.98-2.exe; (optional)
5.npp.7.5.8.installer.x64.exe (optional)
1. Right-click the project in the folder where you want to create the project and choose git Bash here.
2. Generate a public key: Enter ssh-keygen-T rsq-c "[email protected]", enter the password as prompted, and enter the public key name;
The email address is: https://gitee.com/ project/denny.ppk.puband private denny.ppk;
3. Generate the private key:
3.1 start c: \ Program Files (x86) \ gitextensions \ putty \ puttygen.exe;
3.2 putty key gengerator -- conversions -- import key --> Project/Denny. PPK;
3.3 save private key to project/key/Denny. PPK;
4. gitext clone
4.1 open gitext clone and enter the URL to clone;
4.2 click 'Load SSH key and select project/key/Denny. PPK;
4.3 click 'clone 'to download the project to the project folder;
Git usage Configuration