как читать лог филе? - PullRequest
       14

как читать лог филе?

0 голосов
/ 15 апреля 2019

Я запускаю команды, это работает, но оно возвращает это потепление

    Starting: . Items to process: 4
    50.0% complete
    100.0% complete
    Complete!
    Saving smells file...
    An error has occurred. See the log file
    /home/oumayma/workspace/.metadata/.log. 

и этот файл журнала, я не могу понять проблему

    !ENTRY org.eclipse.egit.ui 2 0 2019-03-19 18:57:31.391
    !MESSAGE Warning: The environment variable HOME is not set. The 
    following directory will be used to store the Git
    user global configuration and to define the default location to store 
    repositories: 'C:\Users\HP'. If this is
    not correct please set the HOME environment variable and restart 
    Eclipse. Otherwise Git for Windows and
    EGit might behave differently since they see different configuration 
    options.
    This warning can be switched off on the Team > Git > Confirmations and 
    Warnings preference page.
     !SESSION 2019-03-19 19:03:34.471 ------------------------------------
    eclipse.buildId=4.5.2.M20160212-1500
    java.version=1.8.0_201
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR
    Framework arguments:  -
    Command-line arguments:  -

заранее спасибо

...