composer install报错之it could not be found in any version

Posted 奥格瑞玛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了composer install报错之it could not be found in any version相关的知识,希望对你有一定的参考价值。

执行命令: composer config -g repo.packagist composer https://packagist.org

而后composer install完美成功。

 

maven插件报错之解决

maven插件报错之解决

 

用m2eclipse创建Maven项目时报错??

 

maveneclipsebuilddependenciesauthorizationplugins

用m2eclipse创建Maven项目时报错??

问题:

Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from/to central (http://repo1.maven.org/maven2): Access denied to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.7.1/maven-surefire-plugin-2.7.1.pom. Error code 407, Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  )log4j-test01UnknownMaven Problem

解决方法:

1.找到maven库目录,进入:~\.m2\repository\org\apache\maven\plugins\maven-surefire-plugin\2.7.1

2.若2.7.1目录下只有,"maven-surefire-plugin-2.7.1.pom.lastUpdated" 则需要到http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.7.1/,把里面的文件下载下来放到2.7.1

3.删除2.7.1下的maven-surefire-plugin-2.7.1.pom.lastUpdated文件。

4.项目右键-->maven-->Update Dependencies

.

 

以上是关于composer install报错之it could not be found in any version的主要内容,如果未能解决你的问题,请参考以下文章

Composer install 报错

php composer.phar install 报错

maven插件报错之解决

freemarker报错之五

freemarker报错之十三

python 报错之解决办法