搜尋

首頁  >  問答  >  主體

Composer更新/安裝laravel遇到curl錯誤28

我搜尋了幾個網站,stackoverflow中的幾個主題嘗試了幾種方法來解決

  1. 重新安裝了作曲家
  2. 重新安裝了xampp
  3. 將 IPv6 改為 IPv4 -> 暫時解決了
  4. 在另一台電腦上嘗試 -> 同一網路
  5. 我把我的 github 令牌保存在composer.json 中,然後又出現了一個錯誤
  6. 依照建議使用 V PN
  7. 我在 github 中克隆了 laravel,但是當我需要更新其作曲家“autoload”時,我仍然在隨機主題上遇到相同的錯誤,有時是 laravel/symfony 等。
  8. 我嘗試根據 Fileinfo 在 Xampp v3.2.1 中無法工作來更改 php.ini [重複]:首先沒有“;extension=php_fileinfo.dll”,而是我發現 extension=fileinfo 本身沒有被註釋
  9. 為了超時,我將extendion_max從120更改為360 //我的記憶體是16
  10. 我在一個線上 php 訓練營中,沒有人有同樣的錯誤,當我尋求幫助時沒有人能幫助我

我準備提供更多信息,也許我以錯誤的方式嘗試了一個好方法 欣賞。

- Downloading laravel/sail (v1.16.2)
        Failed to download symfony/http-foundation from dist: curl error 28 while downloading https://api.github.com/repos/symfony/http-foundation/zipball/90f5d9726942db69490fe467a3acb5e7154fd555: Operation timed out after 10008 milliseconds with 0 out of 0 bytes received                                                                                                    
        Now trying to download from source
      - Syncing symfony/http-foundation (v6.1.5) into cache
    Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
    When working with _public_ GitHub repositories only, head to https://github.com/settings/tokens/new?scopes=&description=Composer+on+Mom+2022-10-06+2353 to retrieve a token.
    This token will have read-only permission for public information only.
    When you need to access _private_ GitHub repositories as well, go to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+Mom+2022-10-06+2353
    Note that such tokens have broad read/write permissions on your behalf, even if not needed by Composer.
    Tokens will be stored in plain text in "C:/Users/whowe/AppData/Roaming/Composer/auth.json" for future use by Composer.
    For additional information, check https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth
    Token (hidden):

新嘗試:

依照先生的建議NicoHaase 我回顧了 IPv6 部分 結果如下:

Downloading laravel/laravel (v9.3.8) 

Failed to download laravel/laravel from dist: curl error 28 while downloading api.github.com/repos/laravel/laravel/zipball/…: 
Operation timed out after 10005 milliseconds with 0 out of 0 bytes
 received Now trying to download from source

(我可以對我所做的每一步進行截圖)

所有限制都解決了我的問題 但我認為丟失的答案與代理有關 (31/10/2022)

P粉536909186P粉536909186404 天前1198

全部回覆(1)我來回復

  • P粉043566314

    P粉0435663142023-11-06 00:11:47

    使用代理程式! 如果您使用的是 Linux:

    然後使用composer指令 如果使用socks5:

    然後使用composer指令.

    回覆
    0
  • 取消回覆