您的位置:首页 > 其它

ubuntu安装git并连接线上服务器克隆项目

2018-03-07 12:16 323 查看
1:安装git
        sudo apt-get install git
2:创建账户
         git config --global user.name "Your Name"

     git config --global user.email "email@example.com"
3:克隆项目到本地
     git clone https://github.com/hytcyjb/xxx.git 4:git加忽略文件权限
git config core.filemode false
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  git clone