一、找到对应仓库
- 第一种方式,通过网址进入:
https://github.com/qxhgd/Reading-and-comprehense-linux-Kernel-network-protocol-stack-4.19.157
格式是:https://github.com/username/Repo-Name
- 第二种方式,通过页面进入:
点击右上角头像——>your repositories,即可进入Repositorries页面。
二、找到仓库路径
- 这里Code—>Clone页面,可看到对应仓库的路径;
- 如果使用Git方式提交代码,则使用SSH对应的Git地址。
三、clone仓库
- 复制前面的git地址后,使用”git clone“ + ”地址“可clone对应仓库。
git clone git@github.com:qxhgd/Reading-and-comprehense-linux-Kernel-network-protocol-stack-4.19.157.git