Unity GitHub冲突DWLT文件
我们与我的朋友开发一些游戏,并与Github共享代码和场景。一切都很好,但是在一个提交之后(我添加了一些新的工作脚本并从项目中删除了一些垃圾),他与此DWLT文件有冲突(如屏幕截图1中的1),但是我有一切正常(如ScreenShot 2)。更改工作正常,但我们在这里有奇怪的冲突。有人可以帮助PLZ吗?
We develop some game with my friend and sharing code and scenes with GitHub. Everything was fine but after one commit (where I add some new working script and deleted some trash from project) he has a conflict with this dwlt file (as in screenshot 1), but I have everything okay (as in screenshot 2). Project with changes working fine but we have strange conflict here. Can anybody help plz?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在此 unity thread with:
[uu] ser [ss] ettings/
in .gitignoregit rm-加入-R userettings/
只会删除该最新提交的文件夹内容。
You have the same user case illustrated in this Unity thread with:
[Uu]ser[Ss]ettings/
in.gitignore
git rm --cached -r UserSettings/
That will only remove that folder content from the most recent commit.