Answer the question
In order to leave comments, you need to log in
Why doesn't git support ubuntu(symfony2, php)?
I understand how bundles work. I'm trying to install a bundle on Symfony2.
Git throws this error:
git submodule add -f git://github.com/FriendsOfSymfony/UserBundle.git vendor/bundles/FOS/UserBundle
fatal: Not a git repository (or any of the parent directories):
.git to start, I take this article: habrahabr.ru/post/120645/.
Answer the question
In order to leave comments, you need to log in
The information in that post is out of date. Now all bundles and other libs are installed via composer ( https://github.com/FriendsOfSymfony/FOSUserBundle/...
Have you failed your test yet?
symfony.com/doc/current/quick_tour/the_big_picture.html
Advice for the future, even if they want you to do something quickly quickly, it's still better to spend at least a day or two studying the documentation. The language barrier will partially help solve google translate. Otherwise, without a lack of understanding of what you are doing, you will spend too much time on some trivial garbage. With tools like Yii, this can’t work (or a channel, I’m not sure about Yii2), but Symfony is worth figuring out, or at least figuring it out on your own, since you’re learning at random.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question