git 小記

1.修改忽略文件.gitignore文件未生效的問題git

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

2.https方式創建本地和遠程庫的鏈接後每次git push/pull時要輸入用戶名密碼問題code

git config --global credential.helper storeit

##通常就會在計算機當前用戶名根目錄下生成 .git-credentials  文件date

##此時push/pull輸入一次用戶名密碼後下次就不用再每次都要輸入了密碼

相關文章
相關標籤/搜索