Git 使用
Posted gjh99
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 使用相关的知识,希望对你有一定的参考价值。
1 git config --global credential.helper store 记录用户&密码 (此时,会在你本地生成一个文本,用于记录你的账号和密码。
再操作一次git pull(clone 或 push)操作后,它会提示你输入账号密码,这一次输入成功后,就不需要再次输入密码了)。
2 git config --system --unset credential.helper 清除用户密码 (再次clone 就会出现 Username for ‘https://gitee.com’:)。
以上是关于Git 使用的主要内容,如果未能解决你的问题,请参考以下文章