Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • cd C:\Users\xxxxxx\Downloads (Replace xxxxx with your user name if the package got downloaded to your Downloads folder.) 

NOTE: You'll know that cmd.exe has admin privileges if the console text is green.

3. Install Python:

    • msiexec /i python-2.7.10.msi (32-bits)
    • msiexec /i python-2.7.10.amd64.msi (64-bits)

4. Now, follow the instructions at the following URL:

NOTE: You MUST select "Add python.exe to Path."

5. When installation is complete, restart a new command line (admin privileges may be needed) and run:

    • pip install git-review

NOTE: By re-opening a new command line you'll benefit from the %PATH% update

6. Add

...

your reviewer name for all future reviews:

    • git config --global --add gitreview.username "your_LF_user_name"
  • also, ensure

NOTE: Ensure that your user.name and user.email are matching

...

what was configured for the Linux Foundation credentials: user.name should equal gitreview.username and email address should match the email

...

 address that was configured for the Linux Foundation.


<<TODO: Should we make the section above a sub section ? >>

...