搜尋

首頁  >  問答  >  主體

git http 免密碼登入

老闆沒有設定 ssh, 現在是http, 每次都要登入帳號密碼,怎麼避免這種情況呢?

習慣沉默習慣沉默2806 天前568

全部回覆(1)我來回復

  • 阿神

    阿神2017-05-02 09:48:09

    可以將你的密碼快取下來,只用輸一次密碼,以後都可以不用輸入了。缺點就是密碼都明文保存在~/.git-credential檔案中。
    Git for linux

    git config --global credential.helper cache

    Git for windows

    git config --global credential.helper wincred

    回覆
    0
  • 取消回覆