git简明教程-linux
Posted 欧欧欧锋_
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git简明教程-linux相关的知识,希望对你有一定的参考价值。
1:初始化版本库
git init
2:克隆仓库
本地:git clone
远程:
--SSH协议,先添加公钥到github中,存在于/etc/ssh/ssh_host_rsa_key.pub中;
git clone [email protected]:OuFeng/JF_WEB.git
--https协议,直接克隆。
git clone https://github.com/OuFeng/JF_WEB.git
以上是关于git简明教程-linux的主要内容,如果未能解决你的问题,请参考以下文章