赞
踩
安装git环境就不说了,网上很多自己查一下。打开项目所在文件夹,右键 Git Bash here 打开的控制台上面进行命令操作,
原项目整合的SVN工具
步骤
git init
,生成.git文件。此时还需要修改maven、jdk配置才能使用
右侧没有maven选项,双击shift,选择action搜索maven选择add maven projects,选中pom文件即可
项目运行报错
Error running 'CertificateServiceApplication': Command line is too long. Shorten command line for CertificateServiceApplication or also for Spring Boot default configuration.
解决:修改Edit Configurations中的Shorten command line 为classpath file即可
运行项目可以正常运行
验证Git修改与本地提交测试
commit
push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。