# gitlab-clone **Repository Path**: shanmu2020-java21/gitlab-clone ## Basic Information - **Project Name**: gitlab-clone - **Description**: 批量clone gitlab java完整版 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-12-28 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gitlab-clone 批量clone gitlab # 使用说明 #gitlab地址 gitlabAddr = 'https://git.sensin-tech.cn' #授权token 在gitlab 个人头像->设置->访问令牌->scopes勾选->生成 gitlabToken = 'yNJQufxun5iCbzmjxmNW' #下载方式 可选http(推荐) ssh ssh_or_http = "http"