Java development environment of Git

View more Java development environment configuration, click the "Java development environment configuration Filmography"

Chapter pick up Triple: Git installation tutorial

1) go to the official website to download the installation package Git

https://gitforwindows.org/

 

2) Installation

Double-click the installation program, the installation position has been selected the next step, when the figure below:

The first: direct installation, configuration environment variable will not git commands.

The second: will automatically configure git command environment variables.

The third: git commands and tools unix command will be added to the environment variable.

Since the first term does not configure the environment variables, add an optional third unix tools, basically useless, so choose the second item, then click "next" to enter;

Finally been the next step until the installation is complete.

 

4) IDEA configuration

4.1 Git and GitHub integration

 

 

4.2 submit to the GitHub project

 

 

4.3 project to a local clone

First find the download path project on GitHub, as shown:

You can use ssh secure path, can also directly copy the path, you can also download the program archive

 

 

FIG copy the path to the next, the program can be downloaded in the Idea:

 

 

Guess you like

Origin www.cnblogs.com/xdzy/p/10993533.html