Changes between Version 1 and Version 2 of Ticket #18569, comment 8
- Timestamp:
- May 21, 2019 2:18:46 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18569, comment 8
v1 v2 1 1 Some of this works in 6.0.8 2 But "Operation not permitted" for git checkouts :3 2 But "Operation not permitted" for git checkouts. e.g.: 3 {{{ 4 4 $ terraform init 5 5 Initializing modules... … … 9 9 error: chmod on .terraform/modules/95048d55dc5e3d68ef6e88be677623af/.git/config.lock failed: Operation not permitted 10 10 fatal: could not set 'core.filemode' to 'false' 11 }}}