Trouble installing private github repository using pip

前端 未结 4 988
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 17:22

To preface, I have already seen this question Is it possible to use pip to install a package from a private github repository?

I am trying to install a package from

4条回答
  •  无人及你
    2020-12-15 18:04

    Make sure you use github.com/account instead of github.com:account see Git+SSH dependencies have subtle (yet critical) differences from git clone

提交回复
热议问题