git

作者: 泪水渲染眼眶的懵懂_dbb6 | 来源:发表于2017-11-26 13:41 被阅读0次

    本地生成ssh key

    D:\Project\git

    右键->git bash here->

    git config --global user.name"1217042356@qq.com"

    git config --global user.email"1217042356@qq.com"

    ssh-keygen -t rsa -C 1217042356@qq.com

    输入:

    id_rsa四个回车

    把生成的公钥

    id_rsa.pub

    复制到github

    https://github.com/settings/keys

    add ssh keys

    相关文章

      网友评论

          本文标题:git

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