baijunyao / laravel-bjyblog

Laravel v9 blog
https://baijunyao.com/docs/laravel-bjyblog
MIT License
526 stars 201 forks source link

Cannot get update ... #145

Closed yuri25 closed 4 years ago

yuri25 commented 4 years ago

git pull Update bbf803a1..c19bcb3b error: Your local changes in the specified files will be overwritten during merging: .github/workflows/PHP-CS-Fixer.yml .github/workflows/PHP7.2+MySQL5.6.yml .github/workflows/PHP7.2+MySQL5.7.yml .github/workflows/PHP7.2+MySQL8.0.yml .github/workflows/PHP7.3+MySQL5.6.yml .github/workflows/PHP7.3+MySQL5.7.yml .github/workflows/PHP7.3+MySQL8.0.yml .github/workflows/PHP7.4+MySQL5.6.yml .github/workflows/PHP7.4+MySQL5.7.yml .github/workflows/PHP7.4+MySQL8.0.yml .github/workflows/PHPStan.yml .github/workflows/pull_request.yml .phpstorm.meta.php _ide_helper.php app/Console/Commands/Migration/FromThinkPHPBjyBlog.php app/Http/Controllers/Home/ArticleController.php app/Http/Controllers/Home/CategoryController.php app/Http/Controllers/Home/CommentController.php app/Http/Controllers/Home/FeedController.php app/Http/Controllers/Home/LikeController.php app/Http/Controllers/Home/NoteController.php app/Http/Controllers/Home/OpenSourceController.php app/Http/Controllers/Home/SiteController.php app/Http/Controllers/Home/SocialiteUserController.php app/Http/Controllers/Home/TagController.php app/Http/Controllers/Resources/ArticleController.php app/Http/Controllers/Resources/CommentController.php app/Http/Controllers/Resources/NoteController.php app/Http/Requests/Comment/Store.php app/Models/Comment.php app/Notifications/Comment.php app/Observers/CommentObserver.php app/Providers/ComposerServiceProvider.php composer.json composer.lock config/bjyblog.php database/migrations/2017_07_11_225347_create_comments_table.php database/seeds/CommentsTableSeeder.php database/seeds/ConfigsTableSeeder.php database/seeds/ConsolesTableSeeder.php package.json public/ant/asset-manifest.json public/ant/index.html public/ant/umi.7b53b784.js public/css/app.css public/js/admin.js public/js/app.js public/mix-manifest.json resources/js/home/comment.js resources/sass/home/index.scss resources/views/admin/article/create.blade.php resources/views/admin/article/edit.blade.php resources/views/admin/article/index.blade.php resources/views/admin/article/replaceView.blade.php resources/views/admin/category/create.blade.php resources/views/admin/category/edit.blade.php resources/views/admin/category/index.blade.php resources/views/admin/comment/edit.blade.php resources/views/admin/comment/index.blade.php resources/views/admin/comment/replaceView.blade.php resources/views/admin/config/backup.blade.php resources/views/admin/config/commentAudit.blade.php resources/views/admin/config/edit.blade.php resources/views/admin/config/email.blade.php resources/views/admin/config/licenses.blade.php resources/views/admin/config/qqQun.blade.php resources/views/admin/config/search.blade.php resources/views/admin/config/seo.blade.php resources/views/admin/config/socialLinks.blade.php resources/views/admin/config/socialShare.blade.php resources/views/admin/config/socialite.blade.php resources/views/admin/friendshipLink/create.blade.php resources/views/admin/friendshipLink/edit.blade.php resources/views/admin/friendshipLink/index.blade.php resources/views/admin/index/index.blade.php resources/views/admin/login/index.blade.php resources/views/admin/nav/create.blade.php resources/views/admin/nav/edit.blade.php resources/views/admin/nav/index.blade.php resources/views/admin/note/create.blade.php resources/views/admin/note/edit.blade.php resources/views/admin/note/index.blade.php resources/views/admin/openSource/create.blade.php resources/views/admin/openSource/edit.blade.php resources/views/admin/openSource/index.blade.php resources/views/admin/site/create.blade.php resources/views/admin/site/edit.blade.php resources/views/admin/site/index.blade.php resources/views/admin/socialiteClient/edit.blade.php resources/views/admin/socialiteClient/index.blade.php resources/views/admin/socialiteUser/edit.blade.php resources/views/admin/socialiteUser/index.blade.php resources/views/admin/tag/create.blade.php resources/views/admin/tag/edit.blade.php resour Interrupt Not so long ago, it was normally updated. What can be done? Help me please.

baijunyao commented 4 years ago

Because the file you modified causes conflicts, you can view the conflicting files through the following commands.

git status
git diff

You need to resolve the conflicts, or use the following command to overwrite the local changes.

git fetch --all
git reset --hard origin/master

The above command is dangerous, please check the usage of the above command.

Execute the upgrade command finally.

https://baijunyao.com/docs/laravel-bjyblog/en/Upgrade.html

yuri25 commented 4 years ago

Class 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider' not found

baijunyao commented 4 years ago
composer dump-autoload
yuri25 commented 4 years ago

composer install --no-dev Do not run Composer as root/super user! See https://getcomposer.org/root for details Loading composer repositories with package information Installing dependencies from lock file Nothing to install or update Package league/commonmark-ext-strikethrough is abandoned, you should avoid using it. Use league/commonmark instead. Generating optimized autoload files composer/package-versions-deprecated: Generating version class... composer/package-versions-deprecated: ...done generating version class

Illuminate\Foundation\ComposerScripts::postAutoloadDump @php artisan package:discover --ansi

In Application.php line 690:

Class 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider' not found

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

baijunyao commented 4 years ago

Change your .env file

https://baijunyao.com/docs/laravel-bjyblog/en/DeployToProduction.html

yuri25 commented 4 years ago

Sorry, I accidentally deleted the entire vendor folder; now I’ll completely restore the site from backup. I'm not sure if it is worth updating later?

yuri25 commented 4 years ago

Restored the site from backup. I tried to update again ... `git pull Из https://gitee.com/baijunyao/laravel-bjyblog bbf803a1..c19bcb3b master -> origin/master 7abe9ab3..c19bcb3b develop -> origin/develop

baijunyao commented 4 years ago

I changed the folder directory to add themes, so there will be so many file changes.

yuri25 commented 4 years ago

Ok, I will try to upgrade again.

yuri25 commented 4 years ago

Installed a new version on a test site, I get this error when updating... composer install --no-dev

`Package appstract/lush-http is abandoned, you should avoid using it. No replacement was suggested. Package davejamesmiller/laravel-breadcrumbs is abandoned, you should avoid using it. No replacement was suggested. Package guzzlehttp/ringphp is abandoned, you should avoid using it. No replacement was suggested. Package guzzlehttp/streams is abandoned, you should avoid using it. No replacement was suggested. Package league/commonmark-ext-strikethrough is abandoned, you should avoid using it. Use league/commonmark instead. Package league/commonmark-ext-table is abandoned, you should avoid using it. Use league/commonmark instead. Generating optimized autoload files composer/package-versions-deprecated: Generating version class... composer/package-versions-deprecated: ...done generating version class

Illuminate\Foundation\ComposerScripts::postAutoloadDump @php artisan package:discover --ansi

In Application.php line 690:

Class 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider' not found

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 `

yuri25 commented 4 years ago

php artisan bjyblog:update

In Application.php line 690:

Class 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider' not found

yuri25 commented 4 years ago

And I’m sorry, I forgot to exchange it for production.