GitHub works from one project but not the other
已回答
Hey all,
So I worked on a project for a while and succeeded in committing and pushing my changes without any problem. But when I opened a new project, I couldn't commit anything. I hit Ctrl+K or Alt+0 but nothing seems to happen. Do I need to configure something before using Git? I can't remember doing so in my first project.
Thanks,
Ofek
请先登录再写评论。
Hello Ofek Aloush
Yes, you need to enable VCS integration in a new project. Go to VCS | Enable VCS integration
Please follow our guide on this:
https://www.jetbrains.com/help/idea/enabling-version-control.html#associate_project_with_VCS
Ruslan Kuleshov Thanks!