We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"?
The text was updated successfully, but these errors were encountered: