06 2025 档案

摘要:#!/bin/bash # 批量上传nexus-maven依赖 # 使用方法:将本脚本文件放于本地maven仓库根目录,然后使用git-bash执行命令: # sh mvnimport.sh -u 私服账号 -p 私服密码 -r 私服仓库地址 while getopts ":r:u:p:" opt; 阅读全文
posted @ 2025-06-25 09:50 KeepSmiling_me 阅读(46) 评论(0) 推荐(0)
摘要:git clone --depth 1 --recurse-submodules https://oauth2:<TOKEN>@host/path.git 阅读全文
posted @ 2025-06-23 09:44 KeepSmiling_me 阅读(3) 评论(0) 推荐(0)