Git Product home page Git Product logo

Comments (3)

0xJacky avatar 0xJacky commented on August 19, 2024

尝试修改 requirements.txt
将所有的 git+git:// 改为 git+https:// 然后重新执行镜像构建命令

from dcrm.

CHNmyx avatar CHNmyx commented on August 19, 2024

尝试修改 requirements.txt 将所有的 git+git:// 改为 git+https:// 然后重新执行镜像构建命令

老哥 我也找到了一个解决办法,就是把这些链接上面带有注释“#”的内容前面去掉“#”,再去掉git+git://后面的链接即可

比如:
#django-threadedcomments==1.2
git+git://github.com/Lessica/django-threadedcomments.git@266100f85570701ee6134e531ee1293584680c11#egg=django-threadedcomments
变成:
django-threadedcomments==1.2
#git+git://github.com/Lessica/django-threadedcomments.git@266100f85570701ee6134e531ee1293584680c11#egg=django-threadedcomments(或者删掉)
也可以正常下载requirements的内容。

再次表达感谢,谢谢您!

from dcrm.

0xJacky avatar 0xJacky commented on August 19, 2024

好的

from dcrm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.