Cannot rebase: You have unstaged changes.

那说明你有修改过的文件
git stash
git pull --rebase (每次push之前最好这样做一次)
git push ....
之后用git stash pop stash

相关文章:

  • 2021-08-31
  • 2021-10-12
  • 2021-11-17
  • 2022-12-23
  • 2021-05-21
  • 2021-07-10
  • 2021-05-14
猜你喜欢
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2022-01-22
相关资源
相似解决方案