要下载的地址:
http://git.oschina.net/windoze/FileStorage
https://git.oschina.net/windoze/jidservice
参考:
【记录】尝试通过git把BlogsToWordPress的代码上传到SourceForge | 在路上
【记录】再次尝试用git上传BlogsToWordPress的代码到SourceForge中git仓库 | 在路上
git使用 – lzz360的专栏 – 博客频道 – CSDN.NET
licrifandeMacBook-Pro:FileStorage crifan$ pwd /Users/crifan/dev/dev_root/daryun/JianDao/Server/FileStorage licrifandeMacBook-Pro:FileStorage crifan$ git clone http://git.oschina.net/windoze/FileStorage Cloning into ‘FileStorage’… Username for ‘http://git.oschina.net‘: crifan Password for ‘http://[email protected]‘: remote: Counting objects: 1090, done. remote: Compressing objects: 100% (770/770), done. remote: Total 1090 (delta 503), reused 573 (delta 227) Receiving objects: 100% (1090/1090), 518.29 KiB | 654.00 KiB/s, done. Resolving deltas: 100% (503/503), done. Checking connectivity… done. licrifandeMacBook-Pro:FileStorage crifan$ ls -lh total 0 drwxr-xr-x 8 crifan staff 272B 12 20 10:50 FileStorage licrifandeMacBook-Pro:FileStorage crifan$ ls FileStorage/ -lh ls: -lh: No such file or directory FileStorage/: README.md db pom.xml src licrifandeMacBook-Pro:FileStorage crifan$ |
再去clone其他的:
licrifandeMacBook-Pro:Jidservice crifan$ pwd /Users/crifan/dev/dev_root/daryun/JianDao/Server/Jidservice licrifandeMacBook-Pro:Jidservice crifan$ git clone https://git.oschina.net/windoze/jidservice Cloning into ‘jidservice’… remote: Counting objects: 2095, done. remote: Compressing objects: 100% (1540/1540), done. remote: Total 2095 (delta 924), reused 205 (delta 75) Receiving objects: 100% (2095/2095), 3.24 MiB | 472.00 KiB/s, done. Resolving deltas: 100% (924/924), done. Checking connectivity… done. licrifandeMacBook-Pro:Jidservice crifan$ ls -lh total 0 drwxr-xr-x 16 crifan staff 544B 12 20 10:53 jidservice licrifandeMacBook-Pro:Jidservice crifan$ ls -lh jidservice/ total 5312 -rw-r–r– 1 crifan staff 24K 12 20 10:53 README.md -rwxr-xr-x 1 crifan staff 1.3K 12 20 10:53 cleanup.sh -rwxr-xr-x 1 crifan staff 12K 12 20 10:53 create_test_entities.sh -rwxr-xr-x 1 crifan staff 579B 12 20 10:53 getid.py -rw-r–r– 1 crifan staff 1.1K 12 20 10:53 idservice-production-template.yml -rw-r–r– 1 crifan staff 400B 12 20 10:53 idservice.yml -rw-r–r– 1 crifan staff 437B 12 20 10:53 jd.yml -rwxr-xr-x 1 crifan staff 424B 12 20 10:53 listen.sh -rw-r–r– 1 crifan staff 6.8K 12 20 10:53 pom.xml -rw-r–r– 1 crifan staff 2.5M 12 20 10:53 restAPI.jar -rwxr-xr-x 1 crifan staff 556B 12 20 10:53 send.sh drwxr-xr-x 4 crifan staff 136B 12 20 10:53 src licrifandeMacBook-Pro:Jidservice crifan$ |
转载请注明:在路上 » [记录]用git下载简道服务器端代码