File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,16 @@ More information about using the `--scalafix-migrations` and `--artifact-migrati
51
51
The workspace directory (specified with ` --workspace ` ) provides a location for cache and temporary files.
52
52
53
53
It is important to persist this workspace between runs. Without this, Scala Steward will be unable to observe
54
- repo-specific preferences (such as [ pullRequests.frequency] ( repo-specific-configuration.md ) ) correctly.
54
+ repo-specific preferences (such as [ pullRequests.frequency] ( repo-specific-configuration.md ) ) correctly.
55
+
56
+ Furthermore, ` git ` requires the workspace directory to be owned by the same user that will run Scala Steward.
57
+ If there is an ownership mismatch, ` git ` may print error messages like
58
+
59
+ > fatal: detected dubious ownership in repository …
60
+
61
+ or
62
+
63
+ > fatal: not in a git directory
55
64
56
65
### Private repositories
57
66
Original file line number Diff line number Diff line change @@ -51,7 +51,16 @@ More information about using the `--scalafix-migrations` and `--artifact-migrati
51
51
The workspace directory (specified with ` --workspace ` ) provides a location for cache and temporary files.
52
52
53
53
It is important to persist this workspace between runs. Without this, Scala Steward will be unable to observe
54
- repo-specific preferences (such as [ pullRequests.frequency] ( repo-specific-configuration.md ) ) correctly.
54
+ repo-specific preferences (such as [ pullRequests.frequency] ( repo-specific-configuration.md ) ) correctly.
55
+
56
+ Furthermore, ` git ` requires the workspace directory to be owned by the same user that will run Scala Steward.
57
+ If there is an ownership mismatch, ` git ` may print error messages like
58
+
59
+ > fatal: detected dubious ownership in repository …
60
+
61
+ or
62
+
63
+ > fatal: not in a git directory
55
64
56
65
### Private repositories
57
66
You can’t perform that action at this time.
0 commit comments