For some reason, when I try to look at git's help pages, they open them in gedit instead of chrome, how do I configure it to start chrome again? I am using the git bash console on Windows 7.
Try it with git config --global web.browser chrome .
git config --global web.browser chrome
From the manual:
A web browser can be specified using the help.browser or web.browser configuration variable if the former is not installed. If none of these config, the value of gitweb - viewing the script helper (called by git help) will choose the appropriate one by default. See git -web - view (1) for more information on this.
I had the same problem.
Setting web.browser and help.browser did not help me.
That worked on the Win-8 control panel and installed the file types associated with Chrome. I had Notepad ++ related to html files. (I had a good image to publish for visual, but I have no points to upload the image here.)
The correct installation method:
But sometimes this does not help, so try a slightly different browser id:
git config --global web.browser google-chrome
In my case, it helped.
problem 187 is similar to your problem and reports a problem with:
Chrome browser and / or html association files: You can try the Doug Knox "HTM / HTML Associations" registry fix
I solve this using the chrome set as the default application in the settings of Windows Control Panel β programs β defaults β.
Source: https://habr.com/ru/post/886927/More articles:The blend mode formula? - iosAVAssetImageGeneratorCompletionHandler - how to set or return variables? - instance-variablesZend Cache Cleanup Templates - zend-frameworkhow to get number of values ββin redis hash? - redishow reliable is GPS speed on a Windows 7 phone - windows-phone-7NSCollectionView Drag and Drop: Most delegate events not triggered - objective-cFinding a pixel / concave point in a binary map using Matlab - image-processinginputstream.available () is always 0 - javainnerHTML with current form values ββ- javascriptIs there a Stack class in Objective-C that I can import and use? - stackAll Articles