PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 1, 2022

[FIXED] Can't update symfony recipes

 January 01, 2022     composer-php, git, symfony     No comments   

Issue

I just upgraded to Symfony 5.3 and I try to update recipes.

composer return many recipes to update with:

composer recipes:install vendor/package --force -v

When I enter this line, I get an error I can't solve:

 [Symfony\Component\Console\Exception\RuntimeException]  
  Cannot run "sync-recipes --force": git not found.

What can I do?


Solution

Problem's solved!

In ubuntu Software & update, all of the ubuntu software list were disabled, then I could not use the "apt-get install git" command.

I checked cd-rom, mains and universes list softwares and it works fine.

I installed git then update recipes became possible.

Thanks you everybody! ;-)



Answered By - juuk
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing