k8s推送本地目录到空项目仓库
git init
git checkout -b main
git remote add origin http://gitlab.wjl.net/root/xxxx.git
git add .
git commit -m "Initial commit"
git push -u origin main
git init
git checkout -b main
git remote add origin http://gitlab.wjl.net/root/xxxx.git
git add .
git commit -m "Initial commit"
git push -u origin main