Trouble installing private github repository using pip

前端 未结 4 980
被撕碎了的回忆
被撕碎了的回忆 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:12

    If you're installing with pip install git+https://github.com/repo and getting this error, make sure your username and password are correct. I was getting this error because I was incorrectly entering my password.

提交回复
热议问题