Git管理_取消 git push 每次都要输入帐号密码

  • 打开终端输入:
git config --global credential.helper store
  • 然后执行git push 的时候,输入帐号和密码,以后就不用再输入了
posted @ 2023-08-12 10:17  CH520  阅读(33)  评论(0编辑  收藏  举报