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
行くのに十分なことを教えてくれます。