Administrator@changwei MINGW64 /d/github/git-study-test (master)
$ git push
Username for 'https://github.com': 867597730@qq.com
Every time I push, I am asked to enter the account and password of the github website. Is there any way to save the password or login status? I have used keygen to build ssh before and submitted the public key to the ssh settings on the official github website, but it seems to be of no use. . .
@Memory Time I would like to add that first check whether your push address is using the ssh protocol
If it starts with https, you need to change it, for example
Perform the steps above
When you execute
git pull
, you may be promptedgit set-upstream....
The balabala prompts you to bind the local branch and the remote branch. Just follow the promptsThere is another way to change the remote resource address to
Write the account password into the remote address
http://blog.justwe.site/2017/...
Delete the remote repository first
To add a remote warehouse, you need to use the ssh protocol
First of all, SSH is definitely right.
Try this. /a/11...
Set the config file in the hidden .git directory:
Configure ssh, is it not configured properly?