Skip to content
RodEsp edited this page Mar 16, 2012 · 4 revisions

NOTE: If you receive "The server's host key is not cached in the registry" follow http://stackoverflow.com/questions/5560150/git-push-origin-master-fails

  1. Download the latest version of github extensions here: http://gitextensions.googlecode.com/files/GitExtensions229SetupComplete.msi
  2. Run the setup wizard. Select Install for all users when prompted. Then select Install MsysGit and Install KDiff. Otherwise, click next on every page.
  3. During the installation, a popup window will open asking you to select a language. It may open behind the installation window.
  4. Proceed through the KDiff setup wizard. Choose to install everything. Select to Run KDiff3 when finished.
  5. Proceed through the GitHub setup wizard. Click Next on every page to accept the default settings, then click finish.
  6. Close KDiff.
  7. Download Putty here: http://tartarus.org/~simon/putty-snapshots/x86/putty-installer.exe.
  8. Open PuttyGen. Select Generate. Copy the public key at the top.
  9. Go to your GitHub Account Settings page. Go to SSH Public Keys link on the left. Select Add Another Public Key and copy the key from step 8 and Select Add Key.
  10. Go back to PuttyGen and Select Save Private Key. A password is not necessary. Save the file to the desktop.
  11. Open Git Extensions and choose your language. Reference http://www.youtube.com/watch?v=TlZXSkJGKF8 for next steps.
  12. A popup will open. Select repair and enter your GitHub username and email address.
  13. Select Clone Repository, enter the Repository to Clone (the SSH address from your GitHub Repository webpage).
  14. Select Load SSH Key. Browse to the desktop and select the private key file, then select Load.
  15. Choose a destination, then select Clone. If you get an error, close Git Extensions and start again from step 11.
  16. A popup window will open asking to open the new repository. Select Yes.
  17. Restart Visual Studio. Then in Visual Studio, go to tools -> customize, then select GitExtensions.

FoundOps Main Branch

git update-index --assume-unchanged Source/Server/FoundOps.Server/Resources/Developer.config

Clone this wiki locally