Skip to content

errno=Connection timed out on git+git install #100

@kenorb

Description

@kenorb

I've copy and pasted this line from README:

pip install git+git://github.com/meherett/python-hdwallet.git

but I think it's wrong and it generates the error:

  Running command git clone --filter=blob:none --quiet git://github.com/meherett/python-hdwallet.git /tmp/pip-req-build-bbr7o_g2
  fatal: unable to connect to github.com:
  github.com[0: 20.26.156.215]: errno=Connection timed out

I think this should be git+ssh, e.g.

pip install git+ssh://github.com/meherett/python-hdwallet.git

which seems to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions