mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Tell user to remove .git folder
This commit is contained in:
parent
545a9240d3
commit
552e0955da
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ public abstract class Request<T extends Result> {
|
|||
"already a git repository. The Overleaf git-bridge cannot work with this project",
|
||||
"due to a known problem with handling these '.git' folders.",
|
||||
"",
|
||||
"We recommend removing the .git folder before trying again.",
|
||||
"",
|
||||
"If this is unexpected, please contact us at support@overleaf.com, or",
|
||||
"see https://www.overleaf.com/help/342 for more information."
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue