2024-02-11 12:29:05 +00:00
|
|
|
``` 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
|
|
|
|
|
2024-07-14 03:37:03 +00:00
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
git clone --mirror https://git.gmt.dscloud.biz/sacp/Radar.git
|
|
|
|
cd Radar.git
|
|
|
|
git remote remove origin
|
|
|
|
git remote add origin http://10.200.32.100:30080/sacp/EyeAPN-Radar.git
|
|
|
|
git push --mirror
|
|
|
|
cd ..
|
|
|
|
|
2024-02-11 12:29:05 +00:00
|
|
|
|
|
|
|
```
|