Skip to main content

Setting up git and github


Had issue with these before

first set up ssh bcz seemingly github is no longer accepting https authentification.


step 1.

watch this video: https://www.youtube.com/watch?v=du3AnclSQys&list=PLCRqvOk_BGhUcqxZbO2fZvC0nw8vWcgbE&index=5


to generate ssh key on the system and match it up with github ssh auth.


step 2.

having done this, you can then follow github guide that you see after creating a new repo.                                                                                    

Comments

Other posts you might be interested in

How to know if Computer Science is for you | Is Computer Science for me quiz

Do you ever ask yourself questions like: is Computer Science for me? how to know if Computer Science is for me? or can I take quiz to see if Computer Science is for me? and the list goes on... Computer Science is one of the most important majors in our daily lives available.  There are tons of applications of Computer Science in our daily lives. With it, we advanced in health care, we can have a conversation with our friends and families overseas and so on.  Saw how Computer Science is amazing? Yeah, but there is a cost for all those, Computer Science is not for everyone. It requires determination and some sorts of discipline. That is why here on Dahdo Tech, we have compiled a list of signs and characters to really answer that question, "Is Computer Science for me?" use this as a quiz to check your compatibility with it. But before we begin, let's ask ourselves this question below. Simply, What is Computer Science? Computer Science is simply, a study of computers and a

Git error: 'folderName/' does not have a commit checked out

The cause for this issue is that you might have had some previous operations with git in this current folder. Solution: Check you might have a folder with the same name as your repo. if so, delete(first check the content of the folder, it may contain .git file or nothing. it is good idea to first check to avoid doing mistakes)  that folder and try again. This should resolve the issue.