Tag: stdout

如何让git生成输出到文件?

我想用git clone将git clone的输出写入文件 git clone https://github.com/someRepository > git_clone.file 但相反,我得到了终端中显示/更新的输出 Cloning to ‘someRepository’ … remote: Counting objects: 2618, done. remote: Compressing objects: 100% (14/14), done. remote: Total 2618 (delta 2), reused 12 (delta 1), pack-reused 2603 Received objects: 100% (2618/2618), 258.95 MiB | 4.39 MiB/s, Done. Resolving Differences auf: 100% (1058/1058), Done. Check Connectivity … Done. […]