Mr.Yu

Git server set up under linux

git server environment

Server CentOS7 + git (version 1.8.3.1)
client Windows10 + git (version 2.16.0.windows.2)

Install Git

Linux as a server system, Windows system as a client, are installed Git
server:


After the installation is complete, view Git version

Big Box   Mr.Yu mbers Language-bash "># git --version
git version 1.8.3.1

Client:
Download Git for Windows, address: Download
After installing, you can use Git Bash as a command-line client.
After installation, see the Git version

$ git --version
git version 2.16.0.windows.2

Guess you like

Origin www.cnblogs.com/lijianming180/p/12370827.html