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