Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find Mercurial global configuration file on osx

I am new to Bitbucket. I am trying to setup my computer to access Bitbucket using the following instructions. On Step 5, I am told to add ssh = ssh -C to file ~/.hgrc. I can't seem to find the file. Has anyone done this step successfully? How do I go about it?

like image 653
learner Avatar asked Feb 18 '23 09:02

learner


1 Answers

It seems you don't have Mercurial installed at all. Step 3 of Bitbucket tutorial gives detailed description how to install it from MacPorts.

Once you have Mercurial installed just create .hgrc manually and add your configuration.

like image 140
Michal Sznajder Avatar answered Mar 04 '23 13:03

Michal Sznajder