Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when pulling using Composer #9

Open
surefirejack opened this issue Jan 20, 2014 · 2 comments
Open

Error when pulling using Composer #9

surefirejack opened this issue Jan 20, 2014 · 2 comments

Comments

@surefirejack
Copy link

Environment: Pagodabox

Composer.json:
"united-prototype/php-ga": "dev-composer",

On push to server, composer errors out like so:

  -   Failed to clone https://github.com/Fran6co/php-ga.git via git, https protocols, aborting.                       
  -                                                                                                                   
  -   - git://github.com/Fran6co/php-ga.git                                                                           
  -     fatal: remote error:                                                                                          
  -       Repository not found.                                                                                       
  -                                                                                                                   
  -   - https://github.com/Fran6co/php-ga.git                                                                         
  -     error: The requested URL returned error: 403 while accessing https://github.com/Fran6co/php-ga.git/info/refs  
  -                                                                                                                   
  -     fatal: HTTP request failed     
@djekl
Copy link

djekl commented Jan 20, 2014

Because packagist is pointing to the wrong package, this is how I would load it.
I am not sure if @thomasbachem added it to packagist himself...

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/thomasbachem/php-ga.git"
    }
],
"require": {
    "united-prototype/php-ga": "dev-composer",
    ...
},

@mablae
Copy link

mablae commented May 31, 2016

This repo does not even have a composer.json. So it will not work like @djekl suggested.

If this lib is the newest version and only maintained, it would be probably best to contact the owner
of https://packagist.org/packages/theiconic/php-ga-measurement-protocol which is @Crowdpark and ask him to mark his package as abadoned and point to the new package here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants