You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _SourceBitBucket_ and _SourceGithub_ plugins rely on cURL to perform
OAuth requests and make API calls.
When the PHP cURL extension is not installed, the plugins use shell_exec
to call curl; if that fails or system calls are not authorized, then it
won't be possible to complete the request.
Document the cURL requirement in the README file.
Fixes#214
0 commit comments