昆仑山:眼中无形心中有穴之穴人合一

夫君子之行,静以修身,俭以养德;非澹泊无以明志,非宁静无以致远。夫学须静也,才须学也;非学无以广才,非志无以成学。怠慢则不能励精,险躁则不能冶性。年与时驰,意与岁去,遂成枯落,多不接世。悲守穷庐,将复何及!

 

git 源码安装

`

下载地址
https://github.com/git/git/tags

存放位置
[root@china git]# pwd
/usr/local/git

make configure
./configure --prefix=/usr/local/git

make prefix=/usr/local/git all -j8

make prefix=/usr/local/git install -j8

编辑配置文件
vim /etc/profile

在 /etc/profile 文件中末尾追加以下内容(相信你肯定已熟练掌握 Vim 使用啦)
export PATH=$PATH:/usr/local/git/bin

回到终端, 刷新配置
source /etc/profile

查看版本
git version

`

posted on 2022-09-09 16:48  Indian_Mysore  阅读(167)  评论(0)    收藏  举报

导航