add: git store secret.

This commit is contained in:
taynpg 2025-01-17 09:50:36 +08:00
parent 0ab2bd7394
commit f2b5855dad

View File

@ -3,6 +3,8 @@ git remote -v (查看)
git remote remove origin (移除) git remote remove origin (移除)
git remote -v (确认) git remote -v (确认)
git config --global credential.helper store
如果是推到新建的空仓库的话可以: 如果是推到新建的空仓库的话可以:
git remote add origin https://www.sinxmiao.cn/taynpg/demo.git git remote add origin https://www.sinxmiao.cn/taynpg/demo.git
git push -u origin main git push -u origin main