bumpy-dog-48208
05/15/2020, 7:29 PM<git+ssh://github.com/aroder/><repo>.git
<git+ssh://git>@github.com:aroder/<repo>.git
Command "git clone -q <ssh://git>@github.com:aroder/<repo>.git /tmp/pip-6xxpv2nm-build" failed with error code 128 in None
git clone
directly from command line, so my ssh keys and repo reference are goodripe-musician-59933
05/15/2020, 8:41 PMgit+ssh://
, you need to use a /
where you currently have :
!pip_url
argument straight to pip install
, so I'd make sure it works there firstpip install <git+ssh://git>@github.com/user/repo.git
should workbumpy-dog-48208
05/15/2020, 8:47 PM