fastlane
fastlane copied to clipboard
match development hangs on Cloning remote git repo...
See previous tickets that were closed but not solved: https://github.com/fastlane/fastlane/issues/5473 https://github.com/fastlane/fastlane/discussions/20024
We have 5 mac books with M2 Max CPU and it works on all but one of the notebooks. I also tried the clone_branch_directly param, but same result. The repository can be cloned manually on the machine, but match gets stuck during the cloning. Is there a way to reset match locally? I already tried deleting the repository locally that match cloned. (It worked on the machine some time ago). I also removed the provisioning profiles installed by match but i still can't resolve this issue.
Have you tried
- running fastlane with
--verbose
- using
GIT_SSH_COMMAND="ssh -vvv" fastlane ...
- using
ssh-add -K your-path-to.key
Finally,
- are you connecting to the macbooks remotely?
- Is the match clone done by a process started by the machine as a daemon? Is that process ran as a user that has access to the environments where the ssh setup is stored?
thanks