美文网首页
使用git管理版本遇到问题汇总

使用git管理版本遇到问题汇总

作者: glider312 | 来源:发表于2022-03-11 11:04 被阅读0次

    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

    https://www.jianshu.com/p/7b654ef14ec4

    相关文章

      网友评论

          本文标题:使用git管理版本遇到问题汇总

          本文链接:https://www.haomeiwen.com/subject/xmfarrtx.html