#Help: How do I push my PyCharm project files to GitHub?
3 messages · Page 1 of 1 (latest)
Along with the git tutorial that is linked in the lessons in community talks, there is a few more. https://www.atlassian.com/git/tutorials, https://learn.microsoft.com/en-us/training/modules/intro-to-git/ I'd suggest following one first then trying to clone the repository you want to open in your IDE. https://communitytaught.org/class/git-and-github-for-beginners, https://www.freecodecamp.org/news/learn-the-basics-of-git-in-under-10-minutes-da548267cc91/
You will get better responses here if you start with what do you are trying to do, what is actually happening, exact steps you followed, and any error message. Here it sounds like you are trying a clone a repository for the first time, so a guide will teach you this.
)