Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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.