I have done serval times How to solve Permission denied (publickey) error when using Git?
But, every time I close git bash and reopen it. It prompts
Then I input
eval $(ssh-agent -s)
ssh-add ssh.txt
input my password
can resolve this problem. But when I reopen the git bash, I have to do everything again. How can I avoid this boring operation?