mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Change InvalidGitRepository message
This commit is contained in:
@@ -13,7 +13,7 @@ public class InvalidGitRepository extends GitUserException {
|
||||
@Override
|
||||
public List<String> getDescriptionLines() {
|
||||
return Arrays.asList(
|
||||
"Your Git repository is invalid.",
|
||||
"Your Git repository contains a reference we cannot resolve.",
|
||||
"If your project contains a Git submodule,",
|
||||
"please remove it and try again."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user