在项目所在路径下输入: git remote -v 获得项目在服务器下的路径如下:

origin ssh://git@ygl-redis:300/home/git/perfectunits-iphone (fetch)

origin ssh://git@ygl-redis:300/home/git/perfectunits-iphone (push)

在需要下载项目的路径下输入: git clone ssh://git@ygl-redis:300/home/git/perfectunits-iphone 下载项目

以后需要更新时,直接 git pull 就OK。

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2022-02-26
  • 2021-05-11
  • 2021-05-20
  • 2021-10-24
  • 2021-11-25
  • 2021-04-05
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2021-11-28
  • 2021-08-27
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案