2015-02-07 30 views
1

当我试图与作曲家错误安装cartalyst /定点

安装定点
"repositories": 
    [ 
    { 
     "type": "composer", 
     "url": "https://packages.cartalyst.com" 
    } 
    ], 
    "require": { 
     "laravel/framework": "4.2.*", 
     "cartalyst/sentinel": "1.0.*" 
    }, 

作曲家更新

我得到以下错误:

Loading composer repositories with package information 
Updating dependencies (including require-dev) 
    - Installing cartalyst/support (v1.1.1) 
    Downloading: connection... Failed to download cartalyst/support from dist 
: The "https://api.github.com/repos/cartalyst/support/zipball/1ba474441bc0d8579e 
76d2eed67013f66dd97006" file could not be downloaded (HTTP/1.1 404 Not Found) 
    Now trying to download from source 
    - Installing cartalyst/support (v1.1.1) 
    Cloning 1ba474441bc0d8579e76d2eed67013f66dd97006 



    [RuntimeException] 
    Failed to execute git clone --no-checkout "https://c81076146cfe987b80b6d1c3 
    3f0c832271abd586:***@github.com/cartalyst/support.git" "C:\Users\Max\Dropbo 
    x\Projects\Libeari-dev\vendor\cartalyst\support" && cd /D "C:\Users\Max\Dro 
    pbox\Projects\Libeari-dev\vendor\cartalyst\support" && git remote add compo 
    ser "https://:***@github.com/cartal 
    yst/support.git" && git fetch composer 
    Cloning into 'C:\Users\Max\Dropbox\Projects\Libeari-dev\vendor\cartalyst\su 
    pport'... 
    remote: Repository not found. 
    fatal: repository 'https://:x-oauth 
    [email protected]/cartalyst/support.git/' not found 

我试着重新安装作曲家,开始一个新鲜的项目,没有任何工作?

+1

serverfault,而不是stackoverflow。 – 2015-02-07 13:10:19

+1

@MarcusMüllernosense,它是关于安装PHP(这是一种编程语言)包。对于SO来说,这是完美的主题,并且对于ServerFault来说是非常关键的。 – 2015-02-07 21:00:08

回答

2

Cartalyst Sentinel是一个付费软件包,其中Cartalyst Sentry是授权包的免费缩减版本。您需要支付75美元才能通过Github访问。

0

这是最重要的线索(最后几行,讽刺):

remote: Repository not found. 
fatal: repository 'https://:[email protected]/cartalyst/support.git/' not found 

现在,看着http://github.com/cartalyst/support.git你可以看到,它确实不存在。

+0

那么https://cartalyst.com/manual/sentinel/1.0不起作用? – Invitiom 2015-02-07 23:13:19

0

您需要预订并去后

Github profile -> Settings -> SSH KEYS -> Add SSH Key

转到您的机器,并抓住你的用户SSH密钥。