fastlane icon indicating copy to clipboard operation
fastlane copied to clipboard

match development hangs on Cloning remote git repo...

Open Dante1349 opened this issue 1 year ago • 1 comments

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.

Dante1349 avatar Jan 23 '24 12:01 Dante1349

Have you tried

  1. running fastlane with --verbose
  2. using GIT_SSH_COMMAND="ssh -vvv" fastlane ...
  3. using ssh-add -K your-path-to.key

Finally,

  1. are you connecting to the macbooks remotely?
  2. 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

lacostej avatar Jan 23 '24 18:01 lacostej