1、git pull和push每次都要輸入密碼問題( 命令之后執(zhí)行一次push操作,這個時候還要輸入賬號密碼,以后就不用了.)
//終端,密碼存儲到文件
git config --global credential.helper store
1、git pull和push每次都要輸入密碼問題( 命令之后執(zhí)行一次push操作,這個時候還要輸入賬號密碼,以后就不用了.)
//終端,密碼存儲到文件
git config --global credential.helper store