GitHub使用

作者: 101架钢琴 | 来源:发表于2017-02-18 18:20 被阅读0次

    1、初次使用设置姓名和邮箱
    git config --global user.name "你的姓名"
    git config --global user.email xxxxx@xxxxx

    2、clone 项目
    a、


    Paste_Image.png

    b、


    Paste_Image.png
    c、
    Paste_Image.png
    Paste_Image.png

    d、打开终端,输入 git clone 粘黏刚拷贝的地址

    Paste_Image.png

    e、


    Paste_Image.png

    f、输入ssh-keygen -t rsa -b 4096 -C "邮箱"

    Paste_Image.png

    g、cat ~/.ssh/id_rsa.pub


    Paste_Image.png

    h、


    Paste_Image.png
    Paste_Image.png
    i、输入和d一样的内容
    Paste_Image.png

    3、添加文件并提交

    Paste_Image.png

    如果在commit过程中遇到git reset HEAD <file>不用管,继续commit

    相关文章

      网友评论

        本文标题:GitHub使用

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