Replies: 2 comments 1 reply
-
| 
 The only best practice there is is "try to avoid having to do that", but that's probably not what you're looking for. 
 Yes. From what I can tell it's  
 No current plans for wildcards, no. There is  | 
Beta Was this translation helpful? Give feedback.
-
| Hi,
Is there a reason preventing to switch from group ownership to a single
Jenkins service account as owner for the repo / work root folder? I would
think a single user as owner would solve issue, if that's a feasible
solution.
Best regards, Mike… On Thu, Aug 18, 2022, 8:27 PM derff44 ***@***.***> wrote:
 I was afraid you were going to say that. This feature seems.... Less than
 thought through. But, I appreciate you taking the time to reply.
 —
 Reply to this email directly, view it on GitHub
 <#3987 (reply in thread)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/ABZH5SGAV5PY6IAJSN7PRXTVZ3IGXANCNFSM565PS23Q>
 .
 You are receiving this because you are subscribed to this thread.Message
 ID: ***@***.***
 com>
 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployment of git version 2.37.2.windows.1 to our QA environment led to an interesting issue. I am not sure if this is a bug or not, so I thought Id ask here first.
Running from CMD on a windows server 2016
Pointing all users config file to C:\Program Files\Git\etc\gitconfig
As expected we started to receive unsafe directory errors from our Jenkins jobs. We started to add paths directly into the C:\Program Files\Git\etc\gitconfig file, and tested after each addition. Jobs started running correctly. Unfortunately when we started to get down to over 100 lines of paths under the [safe] block, new jobs would no longer recognize the directories as safe. Testing the first jobs we started with still returned positive results.
Another thing we noticed, when running
git config --list --show-origin, the output got to about line 40 and then halted. Hitting enter key would sometimes load another line or two, but eventually we would need to "control C "out of the command.My questions are:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions