You need to enter a password every time you do git push and git pull
Today, I configured ssh by referring to the first method in the articlehttp://huaonline.iteye.com/bl...
The test ssh connection was successful
But after git submission I still have to enter my password, even after trying several times.
Do I need to perform relevant configuration on the server?
You have to clone using ssh when you first clone, so when you submit, you will submit using ssh
Two keys are generated, and the public key needs to be set on the server side.
Mobile phones are not very convenient for transferring pictures. If you have any questions, you can continue to ask and I will update the answer.
Update:
Here we still use
github
为例,去https://github.com/settings/keys
,先New SSH key
,填写Title
和Key
,最后Add SSH Key