error: cannot pull with rebase: Your index contains uncommitted changes.

你的索引包含未提交的更改

解决方案:

第一步:

git stash

第二步:

git pull --rebase

第三步:

git stash pop

你可能感兴趣的:(error: cannot pull with rebase: Your index contains uncommitted changes.)