Changes between Version 19 and Version 20 of Phabricator


Ignore:
Timestamp:
Oct 1, 2021, 5:36:12 PM (3 years ago)
Author:
bb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Phabricator

    v19 v20  
    178178=== When using git ===
    179179
    180 Arcanist is annoying on git, becauses it forces you to create commits and branches. Instead, you can use Phab:P246. This way you can do:
     180Arcanist is annoying on git, because it forces you to create commits and branches. Instead, you can use Phab:P246. This way you can do:
    181181{{{#!bat
    182182git patch DXXXX
     
    189189It also works with binary files.
    190190
     191=== SSL Certificate verification fails ===
     192When getting an error like
     193
     194{{{
     195There was an error verifying the SSL connection. This usually indicates that the remote host has an SSL certificate for a different domain name than you are connecting with. Make sure the certificate you have installed is signed for the correct domain.
     196}}}
     197Try reinstalling the certificate by:
     198{{{#!sh
     199arc install-certificate
     200}}}
    191201
    192202=== On Windows ===