If you work with Git repository stored in GitHub, please use URL with .git suffix: Correct: https://github.com/openl-tablets/your-repo-name.git Incorrect: https://github.com/openl-tablets/your-repo-name Although, native git can work with both URLs, jgit with LFS plugin can't work with second case (at the time of writing). It's because jgit doesn't create required for second case section in .git/config file: [lfs "https://github.com/openl-tablets/your-repo-name.git/info/lfs"] during repository cl...
If you work with Git repository stored in GitHub, please use URL with .git suffix: Correct: https://github.com/openl-tablets/your-repo-name.git Incorrect: https://github.com/openl-tablets/your-repo-name Although, native git can work with both URLs, jgit with LFS plugin can't work with second case. It's because jgit doesn't create required for second case section in .git/config file: [lfs "https://github.com/openl-tablets/your-repo-name.git/info/lfs"] during repository cloning.
EPBDS-10952 Fix Sonar issues for HiveOperations
EPBDS-10952 Fix Sonar issues for ProjectResourceLoader
EPBDS-10973 "Cannot find project" error appears if create project with a new name
EPBDS-10952 Fix Sonar issue for ZipUtils
EPBDS-10952 Fix Sonar issues for MultiModuleInstantiationStartegy
EPBDS-10952 Fix Sonar issues for DesignTimeRepositoryImpl