【Accumulate】Gitee solves the problem of entering account password every time it is pushed

【Foreword】

Every time you create a private warehouse, you have to enter your account password every time you push it, which is really annoying.

【solve】

step1:

Bind private key:

Configuring Git_犟子's blog-CSDN blog

step2:

 Every time you bind a remote warehouse, use SSH to bind it.

If it has already been bound, you can use:

Unbind

git remote rm origin

Bind again:

git remote add origin [email protected]:xxxxxx.git

Guess you like

Origin blog.csdn.net/qq_55542491/article/details/131601537