安装git

2017-09-11  本文已影响0人  Jiawa

安装 git

  1. 安装 git
    sudo apt-get install git

  2. 配置git
    git config --global user.name "yourName"
    git config --global user.eamil "yourEmail"

  3. 安装成功
    git

  4. 记住密码
    vi ~/.gitconfig
    末尾添加

    [credential]
        helper = store
    
上一篇 下一篇

猜你喜欢

热点阅读