1、克隆

当前用户:git clone 192.165.53.15:/home/git/repo/Tegra/bsp/tx1_filesystem.git/

非当前用户:git clone xxxxxx@192.165.53.15:/home/git/repo/Tegra/bsp/tx1_filesystem.git/

2、上传

git status // 查看差异
git add sys/aarch64-linux-gnu/   //添加新添加的文件
git config --global user.email "xxxxxxx@dvt.dvt.com"  //配置用户邮箱,仅第一次填写
git config --global user.name "xxxxxx"    //配置用户,仅第一次填写
git commit -m "添加算法库"    //上传本地,并添加说明
git push 

相关文章:

  • 2021-09-28
  • 2021-09-24
  • 2022-01-04
  • 2021-10-20
  • 2021-09-20
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-10-12
  • 2021-07-16
相关资源
相似解决方案