最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

[记录]用git下载简道服务器端代码

Git crifan 2054浏览 0评论

要下载的地址:

http://git.oschina.net/windoze/FileStorage

https://git.oschina.net/windoze/jidservice

参考:

git 使用简易指南

【记录】尝试通过git把BlogsToWordPress的代码上传到SourceForge | 在路上

【记录】再次尝试用git上传BlogsToWordPress的代码到SourceForge中git仓库 | 在路上

git使用 – lzz360的专栏 – 博客频道 – CSDN.NET

推荐!手把手教你使用Git – 博客 – 伯乐在线

Git使用基础篇_管理工具_酷勤网

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下载简道服务器端代码

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
83 queries in 0.232 seconds, using 22.14MB memory