简体   繁体   English

当我在 Github 上从我的团队克隆此项目时,为什么会收到这些警告/错误。 它只在我的机器上

[英]Why do I get these warnings/errors when I clone this project from my team on Github. It's only on my machine

错误图片

I cloned the project from my teammates, they don't get this error but I do.我从我的队友那里克隆了这个项目,他们没有收到这个错误,但我有。 Why and how can I fix this?为什么以及如何解决这个问题?

Do you need to install .NET Core 3.0?需要安装.NET Core 3.0吗? Those package warnings are saying there's packages that are incompatible with your project.那些 package 警告是说存在与您的项目不兼容的软件包。 The project target framework for the packages raising the warnings is .NETCoreApp,Version=v3.0引发警告的包的项目目标框架是 .NETCoreApp,Version=v3.0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我只能从我的第一个 txt 中获得结果? - Why do I only get results from my first txt? 为什么从字典中获取 Action&lt;&gt; 的克隆? - Why do I get a clone of Action<> when getting from dictionary? 当我打开我的项目时,我收到以下消息:“此解决方案处于离线状态。[Team Foundation //https://xxxxxxxxxxxx/tfs/applications” - When I open my project, I get this message: "This solution is offline. [Team Foundation //https://xxxxxxxxxxxx/tfs/applications" 我的代码中出现以下错误和警告,我不确定为什么 - I am getting the following errors and warnings in my code and I am not sure as to why 如何将Github库导入我的项目? - How do I import a Github library to my project? 我的 GrossPaySession 程序收到 4 个错误和 2 个警告 - i am getting 4 errors along with 2 warnings for my GrossPaySession program 尝试从查询中读取计数列时,为什么会出现 IndexOutOfRangeException 异常? - Why do I get an IndexOutOfRangeException exception when trying to read the count column from my query? 当我尝试构建我的项目时,Unity 出现奇怪的错误 - Unity gives strange errors when i try to build my project 从分支切换到母版时,为什么项目中的文件没有更改? - Why aren't my files in my project changing when I switch from a branch to master? 为什么我的媒体资源会收到StackOverflowException? - Why do I get a StackOverflowException with my property?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM