登录远程仓库并创建自己的工程

来源:互联网 发布:小猪cms源码2017 编辑:程序博客网 时间:2024/04/19 11:27

登录远程仓库并创建自己的工程

 

Jiangcy@JIANGCY-PC /C/Users/Jiangcy/Desktop$ ssh repo@ext.shine.com.cnLast login: Tue May 12 14:32:21 2015 from192.168.1.2 repo@WIN-BP1GOHIT5ND ~$ pwd/cygdrive/h/repository/git repo@WIN-BP1GOHIT5ND ~$ lsCommon CompanyVOD.git  Custom  ICU MStar  MultiMedia  System VideoMeeting repo@WIN-BP1GOHIT5ND ~$ cd Custom/Jcy/ repo@WIN-BP1GOHIT5ND ~/Custom/Jcy$ lsCallSystem.git repo@WIN-BP1GOHIT5ND ~/Custom/Jcy$ mkdir myTest.git repo@WIN-BP1GOHIT5ND ~/Custom/Jcy$ cd myTest.git/ repo@WIN-BP1GOHIT5ND~/Custom/Jcy/myTest.git$ ls repo@WIN-BP1GOHIT5ND~/Custom/Jcy/myTest.git$ git --bare initInitialized empty Git repository inH:/repository/git/Custom/Jcy/myTest.git/warning: templates not found C:\ProgramFiles (x86)\ICW/share/git-core/templates  repo@WIN-BP1GOHIT5ND~/Custom/Jcy/myTest.git$ lsHEAD config  objects  refs repo@WIN-BP1GOHIT5ND~/Custom/Jcy/myTest.git$ exitlogoutConnection to ext.shine.com.cn closed. Jiangcy@JIANGCY-PC /C/Users/Jiangcy/Desktop$ git clone repo@ext.shine.com.cn:Custom/Jcy/myTestCloning into 'myTest'...warning: You appear to have cloned an emptyrepository.Checking connectivity... done.


0 0