Re: Problem with hg and git

2019-08-02 Thread Julien Wajsberg
Le 16/07/2019 à 17:24, Mahmood Naderan a écrit : Would you like to run a few configuration steps to ensure Git is optimally configured? (Yn): n Maybe you should answer Y here ;) To use git you need to use git-cinnabar which is the "hg helper" that's looked for later (and that the error is ab

Re: Problem with hg and git

2019-07-16 Thread Mahmood Naderan
On Tue, Jul 16, 2019 at 8:25 PM Josh Bowman-Matthews wrote: > Given how old your installed Mercurial version is, I suspect the problem > with git (fatal: Unable to find remote helper for 'hg') is similar. I > recommend installing updated Mercurial and git packages and trying again. > So, I rem

Problem with hg and git

2019-07-16 Thread Mahmood Naderan
Hi, I am trying to install firefox on Centos 7 from source. It seems that I am not able to clone via git or hg as shown below [root@compute-0-4 src]# python bootstrap.py --vcs=git Note on Artifact Mode: Artifact builds download prebuilt C++ components rather than building them locally. Artifact

Re: Problem with hg and git

2019-07-16 Thread Josh Bowman-Matthews
Given how old your installed Mercurial version is, I suspect the problem with git (fatal: Unable to find remote helper for 'hg') is similar. I recommend installing updated Mercurial and git packages and trying again. On 7/16/19 11:24 AM, Mahmood Naderan wrote: We attempted to upgrade Mercurial