Build your own Git server in Linux
After setting up your own Git server in Linux, I finally finished it for a long time. record it, or I will forget it next time.Process:
Server
Build git directory
Git user,
For the current enterprise application operating systems, Unix and Linux should be dominant. Both administrators and developers can operate fluent character command lines ". After several years of improvement and optimization, the Linux GUI has made great progress in both operability and running efficiency. However, the character command line interface operation
One. Package Manager mode installationIt is easiest to install git with the Linux distribution Package Manager, and it will automatically configure the command completion function. However, the installed git may not be the latest version.
Ubuntu 10.10 or newer version , Debian (squeeze) or newer version:
sudo aptitude install gitsudo aptitude Inst
Msysgit (http://msysgit.github.io/). Because the software above is based on git, the syntax is the same as the command used by Linux.I only used the text interface under Linux, so I installed a git client in text form to connect to GitHub.1. Install gitI'm using the CentOS system, and when I install
/[[email protected] home]# CD Data/git/[[email protected] git]# Chown-r Git:git gittest.git/④ Client Clone Remote repositoryEnter the Git Bash command line client, create the project address (set at D:/wamp64/www/gittest_gitbash) and enter:[Email protected] mingw64/d$ CD Wam
To correct errors on your Mac:Fatal:java.lang.Error encountered. Details:Unexpected errorFatal:credential Helper '!/library/java/javavirtualmachines/jdk-10.0.2.jdk/contents/home/bin/java-ddebug=false- djava.net.usesystemproxies=true-jar/usr/local/cellar/git-credential-manager/2.0.3/libexec/ Git-credential-manager-2.0.3.jar ' told us to quitThe configuration on your Mac needs to be added as follows--add-modu
Introduction to the installation and use of Git on Linux git was originally distributed version control software created by Linus Benedict Torvalds for more efficient management of Linux kernel development, unlike common version control tools such as CVS, subversion , it does not need server-side software support, spee
/[[email protected] home]# CD Data/git/[[email protected] git]# Chown-r Git:git gittest.git/④ Client Clone Remote repositoryEnter the Git Bash command line client, create the project address (set at D:/wamp64/www/gittest_gitbash) and enter:[Email protected] mingw64/d$ CD Wam
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 named Git to manage and run the Git service.sudo user del-r git///Add user named G
How to remotely execute the GUI program in Linux has been checking for memory leaks today. by dumping the memory information, a GB binfile is generated. if the file is downloaded locally, it takes about two hours, for convenience, run MAT (MemoryAnalyzer) analysis on the server directly...
How to remotely execute the GUI program in
$ make all doc info
$ sudo make install install-doc install-html install-info
GitHub Tutorials:
GitHub tutorials
Git tag management details
Git branch management
Git remote repository details
Git local Repository (Repository) Details
Git server setup and
GIT is a distributed version control software created by LinusBenedictTorvalds to manage Linux kernel development more effectively, unlike common version control tools such as CVS and Subversion, it does not have to be supported by server software...
GIT is a distributed version control software created by Linus Benedict Torvalds to manage
Transferred from: http://blog.csdn.net/xiongmc/article/details/9176785If you have fewer people using git, you can use the following steps to quickly deploy a GIT server environment.1. The client generates an SSH public key for server-side identification.Every engineer who needs to use a GIT server needs to generate an
/www/gittest_gitbash) and enter:[Email protected]MINGW64/d$ CD wamp64/www[email protected]-pc mingw64/d/wamp64/www$ mkdir gittest_gitbash[email Protected]-pc mingw64/d/wamp64/www$ cd gittest_gitbash[email protected]-pc mingw64/d/wamp64/www/ gittest_gitbash$Then clone the project from the Linux Git server:$ git clone [email protected]:/home/data/gittest.git When
Introduction to the installation and use of Git on Linux git was originally distributed version control software created by Linus Benedict Torvalds for more efficient management of Linux kernel development, unlike common version control tools such as CVS, subversion , it does not need server-side software support, spee
GIT is a distributed version control software created by Linus Benedict Torvalds to manage Linux kernel development more effectively, unlike common version control tools such as CVS and Subversion, it does not have to be supported by server software, and the speed and efficiency are also greatly improved. If www.2cto.com has the background of CVS or SVN, the more familiar method is the
What is gitGit is currently the most advanced Distributed version control system in the world. Originally written by Linus Torvalds, used as the management of Linux kernel code. If you are a Windows user, you may be worried about "is it only available on Linux?" Or git is not so friendly to Windows. "And then I tell you that your fears are superfluous, GitHub rel
to Git. So when you install Git in a different Linux distribution, as described below, you'll see that git and Git-core have two different names. --ubuntu 10.10 (Maverick) or newer version, Debian (squeeze) or newer version: $ sudo aptitude install
Git to Gnuit in the latest version, changing Git-core to Git. So when you install Git in a different Linux distribution, as described below, you'll see that git and Git-core have two d
Aliyun linux-centos System-Build git server
Summary of steps:
1. Install git
First confirm that the server is installing Git
Enter the command in Xshell:$ rpm-qa git
The result is that the following is installed:
Install git
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.