【问题标题】:Getting an error in Visual Studio 2015 "When pulling data from git"在 Visual Studio 2015 “从 git 提取数据时”出现错误
【发布时间】:2020-05-28 19:50:34
【问题描述】:

当我在 VS 2015 中使用 Bitbucket Repository 的 git pull 从 git 中提取数据时,我遇到了以下错误。

无法拉取,因为有未提交的更改。提交或撤消 再次拉动之前的更改。有关详细信息,请参阅“输出”窗口。

【问题讨论】:

标签: git


【解决方案1】:

阅读这个问题和答案:

Visual Studio 2015 Git error message "Cannot pull/switch because there are uncommitted changes"

你必须在拉取之前使用stash,在拉取之后使用unstash它使用​​这些命令:

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2023-03-10
    • 2016-02-23
    • 1970-01-01
    • 2020-10-01
    • 1970-01-01
    • 2021-08-05
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多