You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
Unfortunately, where I work we still use svn to version control. And I had to make a copy of the project and git init then git commit to being able to build.
The text was updated successfully, but these errors were encountered:
$ box build
Building...
[RuntimeException]
The tag or commit hash could not be retrieved from "/home/paulovitorbal/projetos/ouvidoria": The tag or commit hash could not be retrieved from "/home/paulovitorbal/
projetos/ouvidoria": fatal: Not a git repository (or any of the parent directories): .git
[RuntimeException]
The tag or commit hash could not be retrieved from "/home/paulovitorbal/projetos/ouvidoria": fatal: Not a git repository (or any of the parent directories): .git
build [-c|--configuration CONFIGURATION]
Back on this: the error occurs because you are specifying git-version in the config which needs to use Git... Get rid of that part and you should be good, for both Box 2 & 3
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unfortunately, where I work we still use svn to version control. And I had to make a copy of the project and git init then git commit to being able to build.
The text was updated successfully, but these errors were encountered: