IDEA连接web网页一、git下载和设置二、IDEA上传文件三、将自己的静态网页放入IDEA四、同步项目至github,查看更新五、参考链接
目录一、git下载和设置二、IDEA上传文件1)在Idea中加入Git2)创建本地仓库一、git下载和设置1、首先得在github上注册github账号:github地址2.git下载地址:http://git-scm.com/downloads3.下载之后打开git bash,输入下面的命令设置git的全局用户名和邮箱:git config --global user.name "name"git config --global user.email "your