发表于: 2018-10-07 22:50:28
1 641
第一阶段——HTML及CSS入门 总结
任务一 工具的安装注意事项
1 git 正常安装 和配置 本地库"你的"名称和邮箱 一定要配置 不然上传会报错?。
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
2 Webstorm 注册 使用一定要“0.0.0.0 account.jetbrains.com”添加到hosts文件中 不然不能激活
3 Webstorm关联git问题
1 git 配置 不然会报错 重要重要
2 Webstorm 配置密钥不然那不能上传
评论