https方式使用git@osc設定密碼的方式
62561_silentboy
zoker3 years ago member
https方式每次都要輸入密碼,按照如下設定即可輸入一次就不用再手輸入密碼的困擾而且又享受https帶來的極速
設定記住密碼(預設15分鐘):
git config --global credential.helper cache
如果想自己設定時間,可以這樣做:
git config credential.helper 'cache --timeout=3600'
這樣就設定乙個小時之後失效
長期儲存密碼:
git config --global credential.helper store
補充:使用客戶端也可以儲存密碼的。
如果你正在使用ssh而且想體驗https帶來的高速,那麼你可以這樣做:
切換到專案目錄下 :
cd projectfile/
移除遠端ssh方式的倉庫位址
git remote rm origin
增加https遠端倉庫位址
git remote add origin
搞定,enjoy the speed!
donate:)
https 方式使用git osc設定密碼的方式
https方式每次都要輸入密碼,按照如下設定即可輸入一次就不用再手輸入密碼的困擾而且又享受https帶來的極速 設定記住密碼 預設15分鐘 git config global credential.helper cache如果想自己設定失效時間,可以這樣做 git config credential...
https方式使用git osc設定密碼的方式
https方式每次都要輸入密碼,按照如下設定即可輸入一次就不用再手輸入密碼的困擾而且又享受https帶來的極速 設定記住密碼 預設15分鐘 git config global credential.helper cache 如果想自己設定時間,可以這樣做 git config credential....
Nginx的https實現方式
前言 芭啦芭啦櫻之花 好了,進入正文 正文 wget名稱的由來是 world wide web 與 get 的結合。vim 具有程式編輯的能力,可以以字型顏色辨別語法的正確性 會依據副檔名或者是檔案內的開頭資訊,判斷該檔案的內容而自動的執行該程式的語法判斷式,再以顏色來顯示程式 與一般資訊。vi編輯...