ubuntu下idea2018.3.3拉取gitee上的项目

ubuntu下idea2018.3.3拉取gitee上的项目

    • 1. 安装idea
      • 1.1 下载
      • 1.2 解压:
      • 1.3 安装:
    • 2. 安装git环境
    • 3. 在idea中配置git路径
    • 4. 安装gitee插件
    • 5. 拉取gitee项目
    • ------以下均是异常处理-----
    • 6. 拉取gitee项目的异常处理
      • 6.1 Cannot Run git. File not found :
      • 6.2 warning: templates not found /usr/share/git-core/templates
      • 6.3 [email protected]: Permission denied (publickey).
    • 7. 运行java项目出现的异常情况和解决方法
      • 7.1【Java】idea_Error:java:无效的目标发行版:1.9 or Information:javac 1.8.0_181 was used to compile java sources
      • 7.2 Cannot start compilation: the output path is not specified for module "HelloWorld". .....
    • 8. java项目其余情况
      • 8.1 lib中jar包导入
      • 8.2 字体设置 + class头注释
      • 8.3 properties文件unicode编码转换为汉字

1. 安装idea

1.1 下载

IDEA下载地址:http://www.jetbrains.com/ide

你可能感兴趣的:(linux,idea,linux,idea)