John Mizerany
10/12/2023, 1:22 PMget_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 thisJohn Mizerany
10/12/2023, 8:34 PMinclude_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