Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  1. Open Eclipse (Progress Developer Studio).
  2. Select the Window → Preferences menu option.
  3. Select Team → Git in the tree view.
  4. Set Remote connection timeout (seconds) to 300 (= 5 minutes).
  5. Select Team → Git → Configuration in the tree view.
  6. Select the System Settings tab.
  7. Make sure the configuration from the 64-bit Git for Windows installation (C:\Program Files\Git\mingw64\etc\gitconfig) is used. If necessary, choose Browse... and select C:\Program Files\Git\mingw64.
  8. Make sure core.autocrlf is set to true. If necessary, use Add entry... and enter core.autocrlf as key and true as value. If you get an access is denied error you will need to edit the configuration file directly with a text editor running in administrator mode.
  9. Make sure core.longpaths is set to true.
  10. Save the changes by choosing OK. This will close the Preferences View.
  • No labels