dulwich - 从远程 repo 身份验证克隆
dulwich - clone from remote repo authentication
我找不到关于此主题的任何资源。我需要通过提供用户名和密码从私有存储库克隆。但是,当它们作为关键字参数提供给 'dulwich.get-client-from-path()' 时,会发生错误 'unknown argument "username"'.
这似乎是一件简单的事情,但是我找不到合适的方法。
试试这个片段:
porcelain.clone("https://user:password@your_git_repo.git")
我找不到关于此主题的任何资源。我需要通过提供用户名和密码从私有存储库克隆。但是,当它们作为关键字参数提供给 'dulwich.get-client-from-path()' 时,会发生错误 'unknown argument "username"'.
这似乎是一件简单的事情,但是我找不到合适的方法。
试试这个片段:
porcelain.clone("https://user:password@your_git_repo.git")