Can't update #1618

Closed
opened 2026-02-05 01:26:39 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @doox911 on GitHub (Apr 2, 2020).

Run command:
git pull origin release && composer install --no-dev && php artisan migrate

Result:
fatal: unable to access 'https://github.com/BookStackApp/BookStack.git/': Failed to connect to github.com port 443: Время ожидания соединения истекло

What happened? How do I upgrade?

Originally created by @doox911 on GitHub (Apr 2, 2020). Run command: `git pull origin release && composer install --no-dev && php artisan migrate` Result: `fatal: unable to access 'https://github.com/BookStackApp/BookStack.git/': Failed to connect to github.com port 443: Время ожидания соединения истекло` What happened? How do I upgrade?
Author
Owner

@ssddanbrown commented on GitHub (Apr 2, 2020):

Hi @doox911,
Looks like the system you're running this on can't connect to GitHub over HTTPS. Does the system have working outbound internet access?

@ssddanbrown commented on GitHub (Apr 2, 2020): Hi @doox911, Looks like the system you're running this on can't connect to GitHub over HTTPS. Does the system have working outbound internet access?
Author
Owner

@doox911 commented on GitHub (Apr 2, 2020):

Привет @ doox911 ,
похоже, что система, на которой вы работаете, не может подключиться к GitHub через HTTPS. Есть ли у системы работающий выход в интернет?

Now I have error:
Could not delete /var/www/wiki/vendor/wnx/laravel-stats/composer.json:

@doox911 commented on GitHub (Apr 2, 2020): > Привет @ doox911 , > похоже, что система, на которой вы работаете, не может подключиться к GitHub через HTTPS. Есть ли у системы работающий выход в интернет? Now I have error: `Could not delete /var/www/wiki/vendor/wnx/laravel-stats/composer.json:`
Author
Owner

@ssddanbrown commented on GitHub (Apr 2, 2020):

That'll be a permissions error. The user you're running composer install --no-dev as likely doesn't have permission to manage these files.

Depending on your system, you could try running these with elevated privileges:


git pull origin release && sudo composer install --no-dev && php artisan migrate
@ssddanbrown commented on GitHub (Apr 2, 2020): That'll be a permissions error. The user you're running `composer install --no-dev` as likely doesn't have permission to manage these files. Depending on your system, you could try running these with elevated privileges: ```bash git pull origin release && sudo composer install --no-dev && php artisan migrate ```
Author
Owner

@doox911 commented on GitHub (Apr 2, 2020):

Thank you)

@doox911 commented on GitHub (Apr 2, 2020): Thank you)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1618