About 51 results
Open links in new tab
  1. 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 editor. Change …

  2. c# - Loading custom configuration files - Stack Overflow

    Feb 3, 2009 · 133 I know I can open config files that are related to an assembly with the static ConfigurationManager.OpenExe(exePath) method but I just want to open a config that is not related …

  3. Unable to load config info from /usr/local/ssl/openssl.cnf on Windows

    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 removed from system.

  4. 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 terminal, my problem …

  5. How do I show my global Git configuration? - Stack Overflow

    Run git config --list --show-origin, also shows the origin file of each config item How do I read one particular configuration? Run git config user.name to get user.name, for example. You may also …

  6. How would you save a simple settings/configuration file in Python?

    Oct 27, 2024 · Configuration files in Python There are several ways to do this depending on the file format required. ConfigParser [.ini format] I would use the standard configparser approach unless …

  7. Where is the remote SSH config file for vscode?

    Aug 17, 2023 · The gear-button will bring up a list of relevant configuration files - from here you can navigate to the necessary file You can also open that list through the command palette - Remote …

  8. WARNING: can't open config file: ./bin/openssl.cnf

    Aug 4, 2015 · WARNING: can't open config file: ./bin/openssl.cnf Asked 10 years, 6 months ago Modified 3 years, 3 months ago Viewed 58k times

  9. 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 and thinking, …

  10. 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.