摘要:
因为没有配置好 .gitignore 文件,把 .idea 文件夹上传到github 了。在网上发现这篇博文,很好的解决了我的问题。其实很简单,输入命令删除 idea 的 -cached 。删除缓存也不会把本地的 .idea 删除。具体代码如下 git rm -r --cached .idea gi 阅读全文
摘要:
解决 remote: HTTP Basic: Access denied Authentication failed for 'https://'报错 在IDEA push 项目时出现下列错误: Remote URL test failed: warning: SECURITY WARNING wa 阅读全文