Git server setup and Client installationOutline:I. Preface2. Build a Git Server
Install the Git server in yum
Create a git user to run the git Service
Create a client logon Certificate
Initialize Git Repository
Disable shell Logon
Clone remote
In the previous article http://blog.csdn.net/commshare/article/details/18368695, we installed a gitweb, the feeling of the interface is very difficult to see Ah, Firefox than Chrome look a little better.
To beautify
Install and use Git standalone version
Introduction:
Git is an open-source distributed version control system. It is one of the most popular and advanced version control software today.Git is a distributed version control system. On the contrary,
How to view hidden folders:If you don't see the. git directory, you need to make the hidden files visible. This is done by opening a terminal window and entering the following command:Defaults write Com.apple.finder appleshowallfiles TRUEIn order to
install git program
Contos
Yum Install–y Epel-release
Yum install–y git
Ubuntu
Sudo apt-get Install git
Install on Windows
Https://git-scm.com/download/win
The final step is required after Setup is complete
git config--global user.name
Recently, the company was preparing to enable git to manage the company's projects. Under the guidance of the CTO header, it finally completed the configuration of the GIT server. Before using git, you must first define several concepts: git server,
Recently, people are relatively lazy. In order to change their skills, they decided to take the time to learn new technologies. These new technologies are currently not very demanding, you only need to get started.
Because I only spent three or four
1. Yum install lrzsz wget git
2. Install gitosis: gitosis is a git user permission management system. It manages user permissions by managing the/home/git/. Ssh/authorized_key file on the server. It is a python module package.
# Yum install
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.