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 trial

Development Tools

Setting up github with terminal

Hi,

I have followed a bunch of tuts a while back to use git and to set it all up. I didn't know much and soon gave up. I have just finished the git course here on tree house and am ready and confident to use git.

I managed to clone a repo from github and over the past few days I have been branching, merging and committing all my updates to my project.

I am now ready to push back to github, but when I run the command it says I don't have permission.

So i looked around and found how to setup the SSH, but now when I try and finish the config it asks me to confirm my key. I remember making this password but I cant remember what it is.

So i was thinking is it possible for me to delete and reset my terminal config files (~/.ssh) and just start from scratch.

I'm new to mac and any advice would be great

Thought I would add to this by adding a link to the tut I am using to help me authenticate my account link to tut on githun

I have setup the key and wen I run ssh -T git@github.com in terminal i get a popup asking me to Enter your password for the SSH key "id_rsa"

2 Answers

Pol Martin
Pol Martin
8,200 Points

Hi JP,

I think the way to go is just generating a new pair of keys from start (and remembering the password this time :P)

thanks Pol, I deleted the .ssh and started from scratch. All working now.