Skip to content

pose-pipelines submodule uses an SSH URL #210

@bricksdont

Description

@bricksdont

The pose-pipelines submodule uses an SSH URL:

url = git@github.com:J22Melody/pose-pipelines.git

if a user does not have SSH keys configured, this leads to an error during installation. Example:

Installing requirements from requirements.txt...
Collecting pose-format @ git+https://github.com/GerrySant/pose.git@1ed292b03ff627fa9e2594b944c853ec7172aa74#subdirectory=src/python (from pose-format[dev] @ git+https://github.com/GerrySant/pose.git@1ed292b03ff627fa9e2594b944c853ec7172aa74#subdirectory=src/python /home/fingim/master/alphapose-singularity-uzh/requirements.txt (line 1))
  Cloning https://github.com/GerrySant/pose.git (to revision 1ed292b03ff627fa9e2594b944c853ec7172aa74) to /tmp/pip-install-bixwh75w/pose-format_5cae9e51dc914a5c95168da95bf18e2f
  Running command git clone --filter=blob:none --quiet https://github.com/GerrySant/pose.git /tmp/pip-install-bixwh75w/pose-format_5cae9e51dc914a5c95168da95bf18e2f
  Running command git rev-parse -q --verify 'sha^1ed292b03ff627fa9e2594b944c853ec7172aa74'
  Running command git fetch -q https://github.com/GerrySant/pose.git 1ed292b03ff627fa9e2594b944c853ec7172aa74
  Running command git checkout -q 1ed292b03ff627fa9e2594b944c853ec7172aa74
  Resolved https://github.com/GerrySant/pose.git to commit 1ed292b03ff627fa9e2594b944c853ec7172aa74
  Running command git submodule update --init --recursive -q
  git@github.com: Permission denied (publickey).
  fatal: Could not read from remote repository.
 
  Please make sure you have the correct access rights
  and the repository exists.
fatal: clone of 'git@github.com:J22Melody/pose-pipelines.git' into
submodule path '/tmp/pip-install-bixwh75w/pose-format_5cae9e51dc914a5c95168da95bf18e2f/examples/pose-pipelines' failed

is there a specific reason this is not an HTTPS URL?

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