git學(xué)習(xí)使用小記
@(Alu)
打開git命令行:
輸入:
git rm -r --cached .
清除git的本地版本庫緩存
再輸入:
git add .
git commit -m 'update .gitignore'
將你的 .gitignore
文件提交.
問題解決~京闰。
@(Alu)
打開git命令行:
輸入:
git rm -r --cached .
清除git的本地版本庫緩存
再輸入:
git add .
git commit -m 'update .gitignore'
將你的 .gitignore
文件提交.
問題解決~京闰。