Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git リポジトリのクローン作成中に問題に直面しています。
GitPython ライブラリの関数clone_fromを使用しています
git import リポジトリから Repo.clone_from("git://github.com/facebook/buck.git", "D:\sample")
git import リポジトリから
Repo.clone_from("git://github.com/facebook/buck.git", "D:\sample")
エラーが発生しています
Windows エラー: 指定されたファイルが見つかりません
これがライブラリを使用してレポを複製する方法であるかどうか誰かに教えてもらえますか?