mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Change InvalidGitRepository message
This commit is contained in:
parent
6d563ed40e
commit
9c63f06d4e
2 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
);
|
||||
|
|
|
@ -628,7 +628,7 @@ public class WLGitBridgeIntegrationTest {
|
|||
}
|
||||
|
||||
private static final List<String> EXPECTED_OUT_PUSH_SUBMODULE = Arrays.asList(
|
||||
"remote: hint: Your Git repository is invalid.",
|
||||
"remote: hint: Your Git repository contains a reference we cannot resolve.",
|
||||
"remote: hint: If your project contains a Git submodule,",
|
||||
"remote: hint: please remove it and try again.",
|
||||
"To http://127.0.0.1:33875/testproj.git",
|
||||
|
|
Loading…
Reference in a new issue