git-1.9.5-preview20141217
1. 安裝git,從程式目錄開啟 "git bash"
2. 鍵入命令:ssh-keygen -t rsa -c "[email protected]"
"[email protected]"是gitlab賬號
3. 提醒你輸入key的名稱,輸入如id_rsa
4. 在程式目錄下產生兩個檔案:id_rsa和id_rsa.pub
5. 用記事本開啟id_rsa.pub檔案,複製內容,在gitlab.com的**上到ssh金鑰管理頁面,新增新公鑰,隨便取個名字,內容貼上剛才複製的內容。
6. ^_^ ok了
需要注意步驟2中產生的金鑰檔案在當前使用者的根目錄,必須把這兩個檔案放到當前使用者目錄的「.ssh」目錄下才能生效。
在windows中只能在命令列下輸入建立"."開頭的資料夾。命令為 mkdir .ssh
windows下新增路由
1.首先在 執行 視窗輸入cmd 按win r開啟執行視窗 然後回車進入命令列。2.在命令列下輸入route命令,會有對應的提示資訊。route f p 4 6 command destination mask netmask gateway metric metric if inte ce f 清...
Linux下新增Windows磁碟對映
兩台windows機器下要共享檔案,可以很方便的通過對映網路驅動器實現。那麼,linux下怎麼像讀硬碟一樣讀取另一台windows機器的網路對映呢?其實,只需要幾條命令就可以了 首先,需要windows進行網路對映。將windows的乙個資料夾共享即可 共享 高階共享,輸入乙個共享名即可 然後,在l...
Windows下Apache新增SSL模組
參考資料 測試環境 windows2003 32位 apache2.4 php5.4 首先cmd命令進入 bin目錄下 1 成 伺服器公鑰檔案server.key openssl genrsa out server.key 1024 2 生成server.csr openssl req new ou...