. . . . . 在本地工程中添加Git,并将其与远程的空库关联起来,只需如下几步. 1. 创建空库 $ git init Initialized empty Git repository in D:/workspace/shop/.git/ 2. 添加远程仓库 $ git remote add origin ssh://user@192.168.1.2:29418/prj/shop 3. 获取仓库中的分支 $ git fetch remote: Counting objects: , don…