如何从 Netbeans 上的存储库浏览器中删除 git 存储库?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9446558/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 06:32:03 来源:igfitidea点击:
How to remove a git repository from the Repository Browser on Netbeans?
提问by lepix
I can still see my Git Repository when I click on :
当我点击时,我仍然可以看到我的 Git 存储库:
Team > Git > Repository Browser
Even though I have deleted the .git folder from the files of the Project.
即使我已经从项目文件中删除了 .git 文件夹。
I have tried to disconnect / reconnect, still the same.
我试过断开/重新连接,还是一样。
回答by lepix
Found the solution, just have to restart Netbeans...
找到解决方案,只需要重新启动Netbeans...