[root@gitlab home]# pwd
/home
[root@gitlab home]# git clone https://github.com/callicoder/spring-security-react-ant-design-polls-app.git
[root@gitlab home]# ll
total 0
drwxr-xr-x 6 root root 192 Aug 25 23:51 spring-security-react-ant-design-polls-app
[root@gitlab spring-security-react-ant-design-polls-app]# ll
total 320
drwxr-xr-x 2 root root 123 Aug 25 23:51 deployments
-rw-r--r-- 1 root root 1962 Aug 25 23:51 docker-compose.yml
-rw-r--r-- 1 root root 75 Aug 25 23:51 minikube.txt
drwxr-xr-x 4 root root 212 Aug 25 23:51 polling-app-client
drwxr-xr-x 4 root root 108 Aug 25 23:51 polling-app-server
-rw-r--r-- 1 root root 2657 Aug 25 23:51 Readme.md
-rw-r--r-- 1 root root 314392 Aug 25 23:51 screenshot.png
gitlab
创建polling-app-server
[root@gitlab ~]# git clone git@192.168.48.52:test01/polling-app-server.git
Cloning into 'polling-app-server'...
warning: You appear to have cloned an empty repository.
[root@gitlab ~]# cd /home/spring-security-react-ant-design-polls-app/polling-app-server/
[root@gitlab polling-app-server]# ll -a
total 28
drwxr-xr-x 4 root root 108 Aug 25 23:51 .
drwxr-xr-x 6 root root 192 Aug 25 23:51 ..
-rw-r--r-- 1 root root 1038 Aug 25 23:51 Dockerfile
-rw-r--r-- 1 root root 419 Aug 25 23:51 .gitignore
drwxr-