Open saskathex opened 8 months ago
We tried upgrading from cake.git 3.0 to cake.git 4 and get the following error on calling GitBranchCurrent
var branch = GitBranchCurrent (thisRepo);
Error: repository path '...' is not owned by current user
Environment:
I know in the newer libgit2 have some additional security policies. That is why we added the safe directory a couple of months inside the job script.
Is there a way to tell the cake.git embedded git library that the current directory is "safe"?
We tried upgrading from cake.git 3.0 to cake.git 4 and get the following error on calling GitBranchCurrent
var branch = GitBranchCurrent (thisRepo);
Error: repository path '...' is not owned by current user
Environment:
I know in the newer libgit2 have some additional security policies. That is why we added the safe directory a couple of months inside the job script.
Is there a way to tell the cake.git embedded git library that the current directory is "safe"?