diff --git a/git-use.txt b/git-use.txt index 340d0b2..eaa642a 100644 --- a/git-use.txt +++ b/git-use.txt @@ -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