Problem: Solve the problem of ssh-add every time when booting under mac,
Use the Git repository every time the computer is restarted,
Will be prompted: Enter passphrase for key,
Then you need to go to .ssh again to execute ssh-add id_rsa.
Reason: The generated secret key is encrypted, as shown on the left side of the figure below, but not on the right side of the figure.
The corresponding link to solve the problem
Solution: modify the password, set the password to no password
After the operation: try git successfully. Retrying after restarting is also successful.
The mark is for reference only, welcome to correct and add Thanks
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。