【问题标题】:How to check progress of upload code to GitHub in Visual Studio?如何在 Visual Studio 中检查将代码上传到 GitHub 的进度?
【发布时间】:2020-05-15 17:15:03
【问题描述】:

我是 Github 的新手,所以我不知道如何使用 Visual Studio 检查将代码上传到 Github 的进度(我使用的是 2019 版本)。 如果您知道如何跟踪它,请告诉我,因为我还没有看到任何从 Visual Studio 上传的通知。 非常感谢你:)。

【问题讨论】:

    标签: visual-studio github


    【解决方案1】:

    考虑到Team Explorer Synchronization own documentation page 显示的视频包含来自命令行的 Git 命令,另一种方法是直接从命令行推送:

    cd /path/to/repo
    git push --progress
    

    考虑到--progress 选项更准确since Git 2.10 up to Git 2.25,这将起作用。

    替代方案是configure Visual Studio logs to include Git command execution,但这似乎很难监控和使用。

    【讨论】:

      猜你喜欢
      • 2021-12-31
      • 2014-06-23
      • 1970-01-01
      • 1970-01-01
      • 2018-12-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-05
      相关资源
      最近更新 更多