User:Justincheng12345/Help

From Wikitech

It is horrible when using windows to connect SSH, but there are still ways to do.

  • Second level is for gerrit
  1. So first you need a windows PC, I'm using XP.
  2. Then install python, I'm using 2.7
    1. Install easy-install & pip
  3. Install git for windows and TortoiseGit
    1. pip install git-review
  4. Open git bash:
  • eval 'ssh-agent'
  • ssh-agent bash (use only if you cannot proceed next step)
  • ssh-add ~/.ssh/*** (*** for me is id_rsa)
  • ssh -a <name>@bastion.wmflabs.org (REMEMBER <name> may not be the same as your wiki-username!!!!, for me I'm JustinC instead of justincheng12345)