Home >Backend Development >PHP Tutorial >Packagist/Composer 404

Packagist/Composer 404

WBOY
WBOYOriginal
2016-06-06 20:27:062635browse

用了 Packagist/Composer 以后出现的问题,该怎么办 取消Packagist/Composer ?? 如何取消 要疯了

[Composer\Downloader\TransportException]
The "http://packagist.phpcomposer.com/p/league/flysystem%24fc50cca3059963ca9a65ad745a730cdb7a9cb595d8aa3c14
c8b88173174f7941.json" file could not be downloaded (HTTP/1.1 404 Not Found)

回复内容:

用了 Packagist/Composer 以后出现的问题,该怎么办 取消Packagist/Composer ?? 如何取消 要疯了

[Composer\Downloader\TransportException]
The "http://packagist.phpcomposer.com/p/league/flysystem%24fc50cca3059963ca9a65ad745a730cdb7a9cb595d8aa3c14
c8b88173174f7941.json" file could not be downloaded (HTTP/1.1 404 Not Found)

  1. 键入命令:composer global config

  2. 查看 composer 全局配置路径,并打开文件夹

  3. 删除文件 config.json

-EOF-

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php文件里exec无效Next article:freetype编译问题?