git@github.com: Permission denied (publickey).
需要重新配置key
https://blog.csdn.net/ywl470812087/article/details/104459288
https://www.jianshu.com/p/dd3be8cb5b90
ssh-agent -s 时
unable to start ssh-agent service, error :1058
解决:
管理员权限打开powershell,
Set-Service -Name ssh-agent -StartupType automatic
代码管理:
https://blog.csdn.net/zeroooorez/article/details/94715752
网友评论