我正在尝试创建与此命令等效的命令: git clone --depth 1 https://github.com/steveukx/git-js.git 。我的代码如下: const git = require('simple-git')() const repoURL ...
確定! 回上一頁