About 610,000 results
Open links in new tab
  1. How to open Visual Studio Code's 'settings.json' file

    I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable JSON file) instead. How can I do that?

  2. vim - Where is my .vimrc file? - Stack Overflow

    Jun 7, 2012 · A file that contains initialization commands is called a "vimrc" file. Each line in a vimrc file is executed as an Ex command line. It is sometimes also referred to as "exrc" file. …

  3. OpenSSL and error in reading openssl.conf file - Stack Overflow

    Sep 9, 2011 · 4 If openssl installation was successfull, search for "OPENSSL" in c drive to locate the config file and set the path. set OPENSSL_CONF=<location where cnf is …

  4. Can't open config file: /usr/local/ssl/openssl.cnf on Windows

    3 Not sure what is the difference between .cfg & .cnf In my server I couldn't find .cfg or .cnf I had created a new file for the same and placed it in the following folder /usr/local/ssl/bin executed …

  5. config - Where is the global Git configuration data stored? - Stack ...

    I was being really dumb, I didnt add the "--global" flag to the edit command! "git config --global --edit" showed the file with all my config changes, "git config --edit" was the file I kept opening …

  6. How to open git config file from command prompt - git shell?

    Aug 28, 2015 · You can also use the shortcut key Ctrl+Alt+T to open a terminal. In your terminal type : git config --global --edit It will open your global configuration file of git in your default …

  7. Unable to load config info from /usr/local/ssl/openssl.cnf on …

    Unable to load config info from C:\OpenSSL-Win32\bin\openssl.cfg The reason was removed OpenSSL-Win32 directory without using deinstallator, so not all components was properly …

  8. IIS not able to locate the web.config - Stack Overflow

    Aug 2, 2012 · Because of that ".vs\config\applicationhost.config" gets the local version of another user/Developer. To Solve the error, First open that file Update Physical path inside "" xml tag.

  9. How can I edit the .git / config file from the git terminal?

    Mar 4, 2021 · I am trying to modify the config file from the git terminal, for this, inside the repository, I have launched the command git global --edit. An editor opens within the same …

  10. Redis, redis fatal error can't open config file - Stack Overflow

    Apr 11, 2017 · For windows: redis-server "CONFIG_FILE_PATH" Please make sure that config and log file have file read and write permission. You can also specify the config path for Linux …