2019-02-22 对以下方法做了测试 可以生效

 

1 在Github上添加密钥

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

 

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

如何下载Github的工程到本地,完成修改并提交

3 clone 

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

 

4  常规操作举例

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

 

注意 第3步和第4步,都只能用GitBash, 而tortoiseGit不好用

相关文章:

  • 2022-12-23
  • 2021-08-18
  • 2021-10-08
  • 2021-11-27
  • 2021-10-06
  • 2021-06-15
  • 2021-11-23
  • 2021-05-02
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2021-12-03
  • 2021-08-01
  • 2021-07-25
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案