1

I have installed GitHub for Windows and would like to use this gui to manage the repo that I'm setting up.

Right now I have the checkout command like this:

git clone ssh://blahblahblah/project

How can I set this repo up within GitHub for Windows?

DannyD
  • 2,732
  • 16
  • 51
  • 73
  • I also don't want to create a github account since this is for a company repository and I'll be using Secure Git – DannyD Apr 10 '14 at 21:45

1 Answers1

0

The normal procedure, described in GitHub help page is:

You can add any repository already on your hard drive by dragging the folder in from Explorer.

It won't be able to connect to your (non-existent) GitHub account, but it would still display it.

That is: provided you put your public/private ssh keys at the right place:

%HOMEDRIVE%%HOMEPATH%\.ssh\id_rsa.pub

(See "Where does GitHub for Windows keep its SSH key?")

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250