28 lines
850 B
Markdown
28 lines
850 B
Markdown
|
``` bash
|
||
|
|
||
|
|
||
|
git clone --mirror https://git.gmt.dscloud.biz/sacp/eyerest.git
|
||
|
|
||
|
cd eyerest.git
|
||
|
|
||
|
git remote -v
|
||
|
|
||
|
git remote remove origin
|
||
|
|
||
|
git remote add origin http://123.111.146.235:9070/MonHun/EyeFusion.git
|
||
|
|
||
|
####### 프로젝트 미리 생성 하면 안됨. #######
|
||
|
git push --mirror
|
||
|
|
||
|
###############################################################################
|
||
|
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/EyeANA-SatandStatus.git
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/EyeAS-ANA.git
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/EyeFusion.git
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/EyeRest.git
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/EyeRoute.git
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/EyeState.git
|
||
|
git remote add origin http://10.200.32.100:30080/sacp/MapServer.git
|
||
|
|
||
|
|
||
|
```
|