We are attempting to mirror our GitHub org using the "Mirror GitHub Organization" Built-in Script Runner and getting the following error:
#############
'/usr/local/bin/git -c gc.auto=0 -c credential.helper= fetch --force --prune --progress https://myapikey:x-oauth-basic@github.com/myorg/myrepo.git +refs/*:refs/*' exited with code 128 saying: fatal: Unable to find remote helper for 'https'
#############
Caused by: com.atlassian.utils.process.ProcessException: Non-zero exit code: 128
#############
Using the preview function works perfectly.