Having ERROR on opening the Web-service #1355
-
Hi, I am trying to open this service on my personal server but I am having the trouble like the picture below. fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git Can I get a help on this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, one of our vite plugins requires git to generate commit hash in the output. This error is because you does not clone the repo so that there's no You can instead do |
Beta Was this translation helpful? Give feedback.
Yes, one of our vite plugins requires git to generate commit hash in the output. This error is because you does not clone the repo so that there's no folder so that git throws error on not finding a repo.
You can instead do
git clone
or simply disable that plugin.