make install#如果非root使用者需要使用sudo make install
wget https:/
/www.openssl.org/source/openssl-1.1.0f.tar.gz
tar -xvzf openssl-1.1.0f.tar.gz
cd openssl-*
./config --prefix=/usr/local
make
make install#如果非root使用者需要使用sudo make install
在root使用者下執行:
make install#如果非root使用者需要使用sudo make install
安裝完後執行命令:curl -v如果列印出了https則正常,否則會影響後續git的使用
make install#如果非root使用者需要使用sudo make install
Git(一)Git的簡介安裝
同生活中的許多偉大事件一樣,git 誕生於乙個極富紛爭大舉創新的年代。linux 核心開源專案有著為數眾廣的參與者。絕大多數的 linux 核心維護工作都花在了提交補丁和儲存歸檔的繁瑣事務上 1991 2002 年間 到 2002 年,linux 系統已經發展了十年了,庫之大讓 linus 很難繼續...
git使用 一 git安裝
安裝步驟 解壓,依次輸入 config,make,make install這幾個命令安裝就好了。執行如下命令 git config global user.name your name git config global user.email email example.com git config...
git 一 了解 學習 安裝git
自述 一直到今天才真正的去了解學習使用git,看 git權威指南 這本書的第一篇,忽然有很多共鳴,比如在大學開始程式設計的時候,總是把寫的所有demo和專案儲存在u盤裡,記憶體不夠用就改為行動硬碟 後來u盤壞了乙個,就擔心硬碟壞了,就把東西備份了三份,電腦乙份,兩個硬碟乙個乙份,隨著時間的推移,東西...