I use the command line that comes with mac. When starting the project, I first clone a project from git. When I want to push after modifying it, I am prompted to enter the password of the project warehouse, but I have already put myself After filling in the ssh key, why do I still need to enter the password for the warehouse? (Not prompting for local password)
高洛峰2017-05-17 10:04:54
My guess is that your ssh is incorrect. Use ssh -T git@url to try it. If it is welcome, the sshkey information is correct