Git

  1. 在Github上設定personal access token
  2. 如果要做git clone的時候,要用https下載
  3. 這時候要打密碼,如果不記起來的話密碼可能就不能用第二次了。
# 要記憶密碼的話
git config --global credential.helper cache

# 如果要清除掉設定的話
git config --global --unset credential.helper