关掉idea工具
把 目录下的.idea文件夹复制到其他地方
使用git bash here 工具,运行

git rm -r .idea
会提示那些文件 被移除。

然后提交git
git commit -m "Remove .idea"

最后把.idea 文件夹复制回去
重新打开ide工具,push到服务器。

相关文章:

  • 2021-11-20
  • 2021-06-04
  • 2021-11-20
  • 2022-12-23
  • 2021-07-26
  • 2022-03-07
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2021-05-15
  • 2022-01-31
  • 2021-11-20
  • 2021-11-19
  • 2021-09-19
相关资源
相似解决方案