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
Cloning into '/var/www/html/vendor/mustangostang/spyc'... [email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The text was updated successfully, but these errors were encountered:
I had the same problem when I build my project on gitlab CI, my workaround was to change my composer.lock. I remove "url": "[email protected]:mustangostang/spyc.git" and put "url": "https://github.com/mustangostang/spyc.git"
Installing mustangostang/spyc (0.6.3): Cloning 4627c83
[RuntimeException]
Failed to execute git clone --no-checkout '[email protected]:mustangostang/spyc.git' '/var/www/html/vendor/mustangostang/spyc' && cd '/var/www/html/vendor/mustangostang/spyc' && git remote add composer '[email protected]:mustangostang/spyc.git' && git fetch composer && git remote set-url origin '[email protected]:mustangostang/spyc.git' && git remote set-url composer '[email protected]:mustangostang/spyc.git'
Cloning into '/var/www/html/vendor/mustangostang/spyc'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The text was updated successfully, but these errors were encountered: