Emilene92 / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

can't "generate new ssh key" ... "command not found" #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Step 3 of .../mac-setup-git/

I type in the code and my email address and I get "-bash: $: command not found"

What version of the product are you using? On what operating system?

Mac 10.5.8

Thanks

Original issue reported on code.google.com by montesto...@gmail.com on 26 Jul 2011 at 3:40

GoogleCodeExporter commented 8 years ago
I fear this is the wrong place for this issue as I have no idea what you are 
talking about.  This is for the git installer, not a place for support on 
openssh or even git's integration with openssh.

Original comment by timchar...@gmail.com on 26 Jul 2011 at 3:51

GoogleCodeExporter commented 8 years ago
Sorry if I'm in the wrong place. maybe someone can point me in the right 
direction

This is where I am. I downloaded and installed.

http://help.github.com/mac-set-up-git/

On step 3 i typed the code $ ssh-keygen -t rsa -C "your_email@youremail.com"
and got "-bash: $: command not found"

Guidence appreciated.

Thanks

Original comment by montesto...@gmail.com on 26 Jul 2011 at 5:01

GoogleCodeExporter commented 8 years ago
Yes, this is not a github affiliated project. I am sorry.

But, looking at your output, I think you copy and pasted the '$'. Generally 
speaking that is a way to indicate "this is a command line"... the "$" is not 
something you should actually type in your terminal.

Try omitting the '$'.

Original comment by timchar...@gmail.com on 26 Jul 2011 at 5:07

GoogleCodeExporter commented 8 years ago
Omitte $ and it worked. Thanks for the help.

Original comment by montesto...@gmail.com on 28 Jul 2011 at 12:14