如何下载Github的工程到本地

1 在Github上添加密钥

方法是:https://www.cnblogs.com/jason-beijing/p/9110187.html

2 拷贝github上库的链接 (注意要用SSH的)

3 clone 

git clone {上部存下的git clone 地址} {本地文件夹}

4  常规操作举例

git pull
git commit -m {comment}
git push
git status

猜你喜欢

转载自www.cnblogs.com/jason-beijing/p/9141209.html