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
There is a git problem when running sbt ghpagesPushSite.
It unexpectedly stops with Nonzero exit code (1) running git message as follows:
$ sbt ghpagesPushSite
[info] welcome to sbt 1.9.9 (Oracle Corporation Java 21.0.2)
[info] loading settings for project esmeta-build from ghpages.sbt,plugins.sbt ...
[info] loading project definition from .../esmeta/project
[info] loading settings for project root from build.sbt ...
[info] set current project to esmeta (in build file:.../esmeta/)
[info] Main Scala API documentation to .../esmeta/target/scala-3.3.1/api...
[info] Skipping unused scalacOptions: -Xsemanticdb, -semanticdb-target
[info] Main Scala API documentation successful.
[info] Nonzero exit code (1) running git.
[success] Total time: 19 s, completed Aug 27, 2024, 10:36:11 AM
I think it is related to the local git configuration. We need to check why this problem happens.
The text was updated successfully, but these errors were encountered:
I think it happens because there is no change in the source code. The latest version has no issue related to sbt ghpagesPushSite. So, I closed this issue.
There is a
git
problem when runningsbt ghpagesPushSite
.It unexpectedly stops with
Nonzero exit code (1) running git
message as follows:I think it is related to the local git configuration. We need to check why this problem happens.
The text was updated successfully, but these errors were encountered: