我是靠谱客的博主 诚心宝马,这篇文章主要介绍Visual Studio 2022 V17.1.14 Git issue SolutionVisual Studio 2022 V17.1.14 issue,现在分享给大家,希望可以做个参考。

Visual Studio 2022 V17.1.14 Git issue Solution

  • Visual Studio 2022 V17.1.14 issue

Visual Studio 2022 V17.1.14 issue

When Visual Studio 2022 was update to version 17.1.14, Git has suddenly stopped working. The main reason seems linked to a security update of Git.

This issue has been solved, you can read the following article from stackoverflow.

After updating Visual Studio 2022, projects no longer under Git control.

For the details, you can run the following code in each location included .git file.

git config --global --add safe.directory %(prefix)/Path`

Path is the address at .git file with symbol’/’. For example, if your Git repo is in “E:VS2022SourceReposcplus1”, where included .git file (almostly hidden), then execute the following code in CMD.

git config --global --add safe.directory %(prefix)/E:/VS2022/Source/Repos/cplus1

All done, now open project in Visual Studio 2022.

最后

以上就是诚心宝马最近收集整理的关于Visual Studio 2022 V17.1.14 Git issue SolutionVisual Studio 2022 V17.1.14 issue的全部内容,更多相关Visual内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(62)

评论列表共有 0 条评论

立即
投稿
返回
顶部