Hey everyone :wave: When using the `get_directory`...
# ask-community
j
Hey everyone 👋 When using the
get_directory
method for the GitHub Class in the filesystems directory, I have been getting the following error when trying to clone another private repository
[Errno 13] Permission denied:...
; however, the files do clone to the specified locally directory I have but the flow does not execute due to that error. Was hoping anyone had any insight into this
Update in case anyone else has this issue. Just toggle
include_git_objects
in the GitHub block and that fixes the issue. It tries to clone
.git/objects/...
which is where the permission issues come in