Hi,
How can i specify user/pass when calling hg from command line?
I currently can’t find a way around it stating "http authorization required " and then prompting for user/pass input. How can i specify credentials in config or even within the command line call?
I’ve tried a few things but nothing has worked, such as this method:
hg --config auth.rc.username=user --config auth.rc.password=pass pull
Thanks,