Git Product home page Git Product logo

Comments (13)

addyosmani avatar addyosmani commented on May 23, 2024

Confirmed.

Addy Osmani

Developer Programs Engineer at Google
Blogger at: http://addyosmani.com
Phone: +44 7771 334170

from bower.

andrewplummer avatar andrewplummer commented on May 23, 2024

Don't mean to hijack the thread but I'm getting the same message, even when using git://

bower register sugar [email protected]:andrewplummer/Sugar.git
{
  "name": "sugar",
  "version": "1.3.5",
  "main": "./release/1.3.5/sugar-1.3.5.min.js",
  "dependencies": {}
}

Is there something I'm doing wrong here?

from bower.

sindresorhus avatar sindresorhus commented on May 23, 2024

@andrewplummer Yes. You're not using git:// you're using git over ssh git@.

Try bower register sugar git://github.com/andrewplummer/Sugar.git instead.

from bower.

andrewplummer avatar andrewplummer commented on May 23, 2024

Ahhh I'm dumb... that worked perfectly. Thanks!

from bower.

fat avatar fat commented on May 23, 2024

can you file this issue against https://github.com/twitter/bower-server – that's actually where the validation needs to be fixed

from bower.

sindresorhus avatar sindresorhus commented on May 23, 2024

Moved here: https://github.com/twitter/bower-server/issues/4

from bower.

distracteddev avatar distracteddev commented on May 23, 2024

I just ran into this issue as well:

if someone could fix the url for the font-swapper package on bower that would be awesome :)

from bower.

pleasedontbelong avatar pleasedontbelong commented on May 23, 2024

just ran into this problem today... a simple example on the README file could save us all a few minutes

from bower.

aurigadl avatar aurigadl commented on May 23, 2024

I have the same wrong

bower register heron-mc https://proyectos.correlibre.org/aurigadl/heron-mc.git
Registering a package will make it visible and installable via the registry.
Proceed (y/n)? y
bower error Incorrect format

bower.json
{
"name": "heron-mc",
"version": "0.73",
"description": "heron mapping client",
"homepage": "http://heron-mc.org",
"repository": {
"type": "git",
"url": "https://proyectos.correlibre.org/aurigadl/heron-mc.git"
},
"main": "heron.js",
"ignore": [
"*/.",
"node_modules",
"components"
]
}

from bower.

sindresorhus avatar sindresorhus commented on May 23, 2024

@aurigadl your version number isn't valid semver. Should be 0.73.0 or 0.7.3

from bower.

aurigadl avatar aurigadl commented on May 23, 2024

thanks for the fast reply
the repository is public https://proyectos.correlibre.org/aurigadl/heron-mc.git

captura de pantalla de 2013-06-26 15 22 43

from bower.

pleasedontbelong avatar pleasedontbelong commented on May 23, 2024

@aurigadl I've cloned your repository and I can't see the tags.. have you pushed your tags? maybe that's the problem

from bower.

aurigadl avatar aurigadl commented on May 23, 2024

I can register a package by changing the url https://proyectos ..... by git :/ / projects ...... and run successful registration but the server did not have this protocol git :/ / ... only https:

I have done the following
not working

captura de pantalla de 2013-06-27 09 09 56

The installation works properly
captura de pantalla de 2013-06-27 09 33 48

from bower.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.