(master为gitlab仓库的分支名)
git init
git remote add origin git@gitlab.****.git
git fetch origin master
git pull origin master