【发布时间】:2020-03-25 13:48:14
【问题描述】:
我想允许用户通过在他们的系统上提供存储库的 url 来克隆 github 存储库。我找到了 api,但没有 github 凭据它就无法工作。他们是否有任何其他方式可以让我在不提供 github 凭据的情况下使用 python 克隆存储库?
【问题讨论】:
-
你可以使用
git clone <url>? -
您必须公开您的存储库,否则share the repository with them