1. 程式人生 > >Linux下 git 免密登入

Linux下 git 免密登入

  1. 命令列形式,在 git 工作區中 touch建立檔案 .git-credentials
    • touch .git-credentials
  2. 編輯此檔案
    • gedit .git-credentials
  3. 儲存退出該檔案
  4. 命令列執行
    • git config –global credential.helper store
  5. 以上,輸入 git fetch 即可發現已經免密登入