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存储库,git push -u origin master但它在中途失败了。如果我能看到它何时失败,那将有很大帮助。有没有办法显示类似进度条的东西git push?
git
git push -u origin master
git push
编辑:在我的第 7 次或第 8 次试验中,我终于可以用蛮力推送文件,但我仍然对这个问题感到好奇。
git push -v origin
告诉我足够了。