Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

StefanVoinea's avatar

Error deploying Spark application via Forge to Linode server

When I try to deploy Spark application via Forge to Linode server i receive this message "We were unable to install a project on your server".And the error Output show

[RuntimeException] Failed to execute git clone --no-checkout '[email protected]:laravel/spark.git' '/home/forge/default/vendor/laravel/spark' && cd '/home/forge/default/vendor/laravel/spark' && git remote add composer '[email protected]:laravel/spark.git' && git fetch composer

0 likes
1 reply
StefanVoinea's avatar
StefanVoinea
OP
Best Answer
Level 26

Here Taylor's response may also help others :

I would suggest installing Spark directly into your app (not using Composer) via the Spark CLI or download and “path” repository approach. That way you don’t get permission errors on GitHub when trying to clone it on another server.

Please or to participate in this conversation.