当前位置: 首页 > 知识库问答 >
问题:

从bitbucket克隆后的Yii2编写器更新

陆文博
2023-03-14

所以我从bitbucket克隆了我的Yii2高级项目。它没有供应商文件夹,因此我必须运行composer update来安装所有插件。但当我这样做时,我会得到一个错误:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - jlorente/yii2-widget-remainingcharacters dev-master requires bower-asset/jquery-remaining-characters ~1.0.0 -> no matching package found.
    - jlorente/yii2-widget-remainingcharacters 1.0.1 requires bower-asset/jquery-remaining-characters ~1.0.0 -> no matching package found.
    - jlorente/yii2-widget-remainingcharacters 1.0.0 requires bower-asset/jquery-remaining-characters ~1.0.0 -> no matching package found.
    - Installation request for jlorente/yii2-widget-remainingcharacters * -> satisfiable by jlorente/yii2-widget-remainingcharacters[1.0.0, 1.0.1, dev-master].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

所以我的要求不合适。好的我安装了jquery剩余字符~1.0。0但错误仍然相同。这种问题已经发生过几次了,我想学习如何处理它。另外,包名中没有输入错误,我尝试了stabledev最小稳定性选项。在这种情况下,应该做什么,作曲家/鲍尔包装的具体问题是什么?

共有1个答案

丌官飞章
2023-03-14

您应该使用asset PackageGist-将其存储库添加到编写器中。json

"repositories": [
    {
        "type": "composer",
        "url": "https://asset-packagist.org"
    }
]

或者全局安装fxp/composer资产插件

composer global require "fxp/composer-asset-plugin:~1.4"
 类似资料:
  • 我别无选择,我必须使用git clone与ssh,所以在那之后,当我使用作曲家安装,它将下载一些依赖使用git clone ssh从比特桶当我尝试运行git clone使用SSH, 我得到这个输出 我不知道从哪里得到RSA密钥指纹SHA256: zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A当使用命令行ssh-keygen生成私钥和公钥时,我得到了RSA密钥

  • 我想我正在尝试创建一个即时通讯应用程序,很像whatsapp。我可用的资源是用C#开发服务器(REST服务、专用服务器应用程序等) 我期待任何帮助或指导。

  • 如果我克隆了以下类的一个实例,并在实例化时覆盖了一个方法,克隆会有被覆盖的方法吗?我在https://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html和https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#clone()中没有找到任何关于这种行为的内容。

  • Vim是原始Vi编辑器的克隆。 在本章中,将讨论其他Vi克隆的内容。 本章的主要目的是了解其他克隆版本及其与原始Vi编辑器的兼容性。 在本章中,将讨论以下主题内容 - Vi Stevie Elvis nvi vile 与原始Vi的兼容性 1. Vi Vi是Visual的首字母缩写。它是最初为UNIX创建的面向屏幕的文本编辑器。Vi的原始代码由Bill Joy于1976年编写,并首次在BSD平台上发

  • 我正试图通过bitbucket管道自动将我的应用程序部署到数字海洋。以下是部署的步骤: 使用ssh连接到远程数字海洋水滴 通过使用ssh运行git克隆来克隆我的存储库 使用docker-compose启动我的应用程序 我已经成功地设置了对远程的ssh访问。我还配置了对存储库的ssh访问,并且可以从远程服务器成功执行git克隆。但是,在管道中,当与远程服务器的连接成功时,git克隆命令失败,出现以下

  • 我使用jenikins管道作为代码来克隆一个git项目,这个项目位于私有的比特桶存储库(stash存储库)中。 “MyID”是凭证ID,并且我的用户名和密码正确。我将凭证保存在jenkins的全局凭证功能中。但是我在构建jenkins任务时遇到了这个错误。 在我的mac机器下我paulrda帐户我可以成功克隆我的项目使用jenkins管道脚本,但当我改变到另一个帐户和运行jenkins我得到这个错