使用idea的过程中的问题

    xiaoxiao2022-07-02  92

    在使用idea配置上传g码云中遇到的一些问题

    在Git-repository-push中配置的url是仓库的url在设置里面gitee里面配置的url是个人空间的url在push中出现master-> Empty repository出现Push rejected: Push to origin/master was rejected在导入其他人的码云中的项目时打开的项目不完整,文件中存在src等文件 问题:在使用idea配置上传g码云中遇到的一些问题

    在Git-repository-push中配置的url是仓库的url

    在设置里面gitee里面配置的url是个人空间的url

    在push中出现master-> Empty repository

    https://blog.csdn.net/xuguanh/article/details/84325894

    出现Push rejected: Push to origin/master was rejected

    1.切换到自己项目所在的目录,右键选择GIT BASH Here,Idea中可使用Alt+F12

    2.在terminl窗口中依次输入命令:

    git pull

    git pull origin master //如果idea中提示的是origin就写如果提示其他的就写其他的

    git pull origin master --allow-unrelated-histories ---------------------** 原文:https://blog.csdn.net/a137151062/article/details/78820806

    在导入其他人的码云中的项目时打开的项目不完整,文件中存在src等文件

    https://blog.csdn.net/tg928600774/article/details/80894044

    问题:今天使用idea 启动debug模式加载缓慢启动不了 原因:可能是断点打在方法上,导致的 解决 在运行里面的查看断点,移除所有断点后解决

    问题: IDEA修改代码重新运行不生效 原因: 可能是idea的缓存 解决:

    最新回复(0)