mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
582 stars 135 forks source link

CI Failing due to dubious directory ownership issue. #474

Closed fraguada closed 1 year ago

fraguada commented 1 year ago

Here is an example: https://github.com/mcneel/rhino3dm/runs/7745068281?check_suite_focus=true#step:4:12 Here is another: https://github.com/mcneel/rhino3dm/runs/7612818810?check_suite_focus=true#step:5:5

Potential fix: https://stackoverflow.com/a/73100228/2179399

git config --global --add safe.directory <directory>

fraguada commented 1 year ago

Fixed