Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAlexandru Muntean
8,333 PointsHow relevant is this course in 2021?
I've seen a lot of obsolete techniques here. Is it still relevant?
Alexandru Muntean
8,333 PointsHello John! Thanks for the reply. Sorry, I wasn't clear enough when I wrote my question. I meant how relevant the current course is not GitHub. I've gotten emails from GitHub saying that I am using obsolete methods. For example:
Hi @alexandruamuntean,
You recently used a password to access the repository at alexandruamuntean/medals2 with git using git/2.7.4.
Basic authentication using a password to Git is deprecated and will soon no longer work. Visit https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information around suggested workarounds and removal dates.
Thanks, The GitHub Team
3 Answers
John Maxwell
9,249 PointsNot sure about that particular issue.
I use Git Bash to push to my Github repo and it have never mentioned that. And I used the email/password auth to access it.
janet178
4,220 PointsHi Alexandru! I joined GitHub a few months back and got that email. I think GitHub is just changing the sign in feature. It didn't have anything to do with this particular course. I'm taking the course April 2021
Robin McKenzie
59 PointsThe version of git that they are using (1.8) was released in 2012, so is currently 10 years old!
John Maxwell
9,249 PointsJohn Maxwell
9,249 PointsGithub is incredibly relevant. Learning how to use Github with Git Bash has made version control and updating my own project files super easy. Not to mention if you use Github Pages to host any projects, it makes it all the better to learn.