1. 程式人生 > 其它 >【TortoiseGit】安裝及使用

【TortoiseGit】安裝及使用

工具下載

  官方下載地址  https://tortoisegit.org/download/

  

工具安裝

  

  1.雙擊 TortoiseGit-2.13.0.1-64bit.msi  - 下一步

  2.選擇 openSSH

    TortoiseGitlink 選項:基於Putty,對TortoiseGit做了優化  【位於TortoiseGit安裝目錄/bin 下】
    openSSH 選項: Git 預設的SSH客戶端  【位於Git安裝目錄/bin/ssh.exe(如果配置了 Path,那直接是 ssh.exe)】

      ** 可以在“網路”頁面上的TortoiseGIT設定中更改此設定。  

    

   3.選擇安裝目錄

    

  4. 完成

 語言包安裝

  雙擊 TortoiseGit-LanguagePack-2.13.0.0-64bit-zh_CN.msi

  下一步,完成,勾選 配置TortoiseGit 使用這個語言包

  

配置

  1.選擇存放git專案目錄

  2.右鍵點選  TortoiseGit - 設定

   

  3.設定郵件選單

   

   4. git 全域性末尾新增:

      # 設定記住密碼,密碼會明文儲存在 C:\Users\Administrator.git-credentials  檔案 

      [credential]
        helper = store