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