SVN working copy format too old解决办法Version Control -> Subversion working copy information窗口中升级格式
git
安装git
配置github帐号
项目结构
Ctrl+Shift+Alt+S打开Project Structure界面
Maven
添加阿里源
批量清除下载失败文件 [@echo](https://my.oschina.net/echolee1987) off rem 这是仓库路径 set REPOSITORY_PATH=E:\m\repository for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do ( del /s /q %%i ) pause