Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:git [2016/05/14 01:26] – [Installing Mercurial] floriantools:git [2017/01/30 16:57] (current) plinss
Line 15: Line 15:
 ===== Getting Started ===== ===== Getting Started =====
  
-==== Installing Mercurial ====+==== Installing Git ====
  
 You need to first [[tools:git:install|install git on your system]], if you haven't already. We recommend using the latest client. You need to first [[tools:git:install|install git on your system]], if you haven't already. We recommend using the latest client.
  
-You can see if you already have Mercurial installed by opening up a command shell and typing:+You can see if you already have Git installed by opening up a command shell and typing:
 <code> <code>
 git --version git --version
Line 31: Line 31:
  
 ==== Setting Up Mercurial Preferences ==== ==== Setting Up Mercurial Preferences ====
 +
 +<note warning>This section and the ones below have not yet been updated, and still talk about mercurial. If you update it, please move this warning down after doing so. If you were looking for instructions, come back some other time, they're not here yet.</note>
  
 Note: [[http://www.selenic.com/mercurial/hgrc.5.html|Detailed instructions for the config file]] are available, but for now, this guide will focus only on setting up the basics. Note: [[http://www.selenic.com/mercurial/hgrc.5.html|Detailed instructions for the config file]] are available, but for now, this guide will focus only on setting up the basics.
Line 99: Line 101:
 ** Avoiding Fingerprint Warnings (and improving security)** ** Avoiding Fingerprint Warnings (and improving security)**
  
-Depending on your OS and Mercurial root certificate configuration you may get a warning message about the host certificate when communicating with the central repository. If that happens, you can remove those warnings by adding the following to your configuration file: +Depending on your OS and Mercurial root certificate configuration you may get a warning message about the host certificate when communicating with the central repository. If that happens, follow [[https://www.mercurial-scm.org//wiki/CACertificates#Configuration_of_HTTPS_certificate_authorities|the instructions on the Mercurial wiki]].
-  [hostfingerprints] +
-  dvcs.w3.org = 23:87:0E:03:81:83:F1:68:9E:22:B1:94:2E:6E:4D:BD:08:9B:45:74 +
-  hg.csswg.org = 9D:D3:EC:29:34:8A:58:91:72:38:D5:3A:A8:04:F7:A9:6C:66:79:4C +
-  hg.fxtf.org = 58:EA:6E:CA:E8:BB:0D:7F:26:DE:CB:15:69:2E:01:BA:30:92:AB:11 +
-  hg.css-houdini.org = 20:92:CF:9D:D7:29:C6:B8:7D:58:E3:1D:A9:42:C6:9C:9F:02:87:49 +
- +
-Note that these fingerprints will only be valid until the certificates expire (dvcs.w3.org expires 03-may-2016, hg.csswg.org expires expires 09-apr-2018). You will need to update the fingerprints when new certificates are issued. +
- +
-Alternatively (and better if you're on an OS where this is easy), you can avoid ever having to add fingerprints by following [[http://mercurial.selenic.com/wiki/CACertificates#Configuration_of_HTTPS_certificate_authorities|the instructions on the Mercurial wiki]].+
 </note> </note>
    
 
tools/git.1463214384.txt.gz · Last modified: 2016/05/14 01:26 by florian
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki