add: git store secret.
This commit is contained in:
parent
0ab2bd7394
commit
f2b5855dad
@ -3,6 +3,8 @@ git remote -v (查看)
|
||||
git remote remove origin (移除)
|
||||
git remote -v (确认)
|
||||
|
||||
git config --global credential.helper store
|
||||
|
||||
如果是推到新建的空仓库的话可以:
|
||||
git remote add origin https://www.sinxmiao.cn/taynpg/demo.git
|
||||
git push -u origin main
|
||||
|
Loading…
x
Reference in New Issue
Block a user