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