In general, configure a git server, you need a server, but also need a client to verify the success of the server, and the general developers have only a basic server, it needs this server as a git server, and as a client to use, The following
Start
This chapter describes the knowledge before using git. We will first understand the historical background of some version control tools, and then try to let git run on your system until the final configuration is complete, you can start
How to install and build Git Server using Gitosis in CentOS 6.3
Git, as a distributed version control system, generally communicates with servers over the ssh protocol when using git. The main advantage of using ssh is that it is fast (data is
Environment: Server CentOS6.6 + git (version 1.7.1)Client Windows10 + git (version 2.8.4.windows.1)① Installing GitLinux as a server-side system, Windows as a client system, install Git separatelyServer-side:#yum install-y gitWhen you're done
Environment: Server CentOS6.6 + git (version 1.7.1)Client Windows10 + git (version 2.8.4.windows.1)① Installing GitLinux as a server-side system, Windows as a client system, install Git separatelyServer-side:#yum install-y gitWhen you're done
1. Compile and install git1 $ wget http://kernel.org/pub/software/scm/git/git-1.7.3.tar.gz # current Latest Version 2 $ tar-xzvf git-1.7.3,tar.gz # unzip it out 3 $ CD git-1.7.3 # Enter directory 4 $ Yum install-y gettext-devel expat-devel
1. Install Openssh-server to create the SSH service.sudo apt-get install Openssl-serverUse the command ps-e|grep SSH to see if the SSH service is started.If it starts normally, a similar message appears: 1966? 00:00:00 ssh-agent2. Create a user
It takes some time to configure the GIT server and client. As before, it is still based on the latest ubuntu11.10 server/desktop system.
Thanks to the authors of these
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.