@echo off
rem 这里写你的仓库路径
set REPOSITORY_PATH= '本地仓库路径'
rem 正在搜索...
for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do (
del /s /q %%i
)
rem 搜索完毕
pause@echo off
rem 这里写你的仓库路径
set REPOS
@echo off
rem 这里写你的仓库路径
set REPOSITORY_PATH= '本地仓库路径'
rem 正在搜索...
for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do (
del /s /q %%i
)
rem 搜索完毕
pause@echo off
rem 这里写你的仓库路径
set REPOS