If you prefer to do these things through GUI, then use “git gui”, it will open up a nice gui for you where you can select which files should be committed, specify the commit comments, commit and push to the server.
git gui starts the gui, but I'm not sure what to do after it starts.
I don't know which files should be committed or how to accomplish the
goal of "gh create-from-local" or how to get something to appear in
the empty boxes
C:\Sites\ridemo>git push -u origin master
The authenticity of host 'github.com (207.97.227.239)' can't be
established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:
56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the
list of know
n hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
C:\Sites\ridemo>publickey
'clip' is not recognized as an internal or external command,
operable program or batch file.
Your public ssh key has been copied to your clipboard.
C:\Sites\ridemo>
It says, "Your public ssh key has been copied to your clipboard", but
the public key is not copied to the clipboard.
sir i m stuck at
gh create-from-local and i got an error "c:/rails
1.9.2/lib/ruby/1.9.1/open.rb:202: in 'spawn': no such file or
directory-curl-f'..........
Install github for Windows so it will manage your keys and everything
for you automatically, it's truly the easiest way to Work with git on
Windows if it's your first time with Git.
Thanks Norbert and Jordan, I found the ssh directory. I realise in hindsight that I should have done some more searching before I posted the question. I’m still getting the hang of this software lark (I’m a complete beginner!) I am working with GitHub, although I’m having some serious trouble syncing my system up with the online repository. I will work at it though, and perhaps post a question if I can’t make any progress. Thanks again for your help guys.