美文网首页
使用Git从Github上clone项目

使用Git从Github上clone项目

作者: 未聞椛洺 | 来源:发表于2017-11-25 14:57 被阅读0次

1,在本地新建一个你存放项目的文件夹

2,在这个新文件下初始化git

    git  init

3  克隆项目 在该文件夹下 鼠标右键  选择 Git Bash Here

 git clone https://github.com/lt594963425/MyAppDemo.git

相关文章

网友评论

      本文标题:使用Git从Github上clone项目

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