Page tree
Skip to end of metadata
Go to start of metadata
  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.

 

  1. Open the Git Repositories View using Window → Show View → Other....
  2. Select a branch, right-click → Show In → History.
  3. Make sure the Show All Branches and Tags option (two arrow icon in the title bar) is selected.
  • No labels